A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

If function with Calculation



 
 
Thread Tools Display Modes
  #1  
Old May 21st, 2009, 04:02 PM posted to microsoft.public.excel.worksheet.functions
WallyGathor
external usenet poster
 
Posts: 1
Default If function with Calculation

Result I need to see in A2
If A1 1 then A3 / A1 but if A1=1 "Not required"

I have tried a few things with the IF function without success.

Thank you for your help.
--
WG
  #2  
Old May 21st, 2009, 04:07 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default If function with Calculation

=if(A11,A3/A,"Not Required")

If this was helpful please click yes, thanks

"WallyGathor" wrote:

Result I need to see in A2
If A1 1 then A3 / A1 but if A1=1 "Not required"

I have tried a few things with the IF function without success.

Thank you for your help.
--
WG

  #3  
Old May 21st, 2009, 04:13 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default If function with Calculation

OOpps I miss a cell reference

=if(A11,A3/A1,"Not Required")

"Eduardo" wrote:

=if(A11,A3/A,"Not Required")

If this was helpful please click yes, thanks

"WallyGathor" wrote:

Result I need to see in A2
If A1 1 then A3 / A1 but if A1=1 "Not required"

I have tried a few things with the IF function without success.

Thank you for your help.
--
WG

  #4  
Old May 21st, 2009, 04:16 PM posted to microsoft.public.excel.worksheet.functions
Marcelo
external usenet poster
 
Posts: 981
Default If function with Calculation

=if(a11,a1/a3,"Not required")

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"WallyGathor" escreveu:

Result I need to see in A2
If A1 1 then A3 / A1 but if A1=1 "Not required"

I have tried a few things with the IF function without success.

Thank you for your help.
--
WG

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.