Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() this might be a stupid question to all of you excel experts out there but please help me. cell c14 = 0 cell d14 = 5 in order to get an N/A in the equation cell, here is the formula that i put it. =IF(C14=0,"N/A",D14/C14-1) is it possible to get a formula to have N/A if either cell is "0"??? please help, thank you. -- ben803 ------------------------------------------------------------------------ ben803's Profile: http://www.excelforum.com/member.php...o&userid=35138 View this thread: http://www.excelforum.com/showthread...hreadid=548963 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Instead of the condition C14=0 write OR(C14=0;D14=0)
This will return true if one or both cells are o Does this help ? Hans "ben803" wrote: this might be a stupid question to all of you excel experts out there but please help me. cell c14 = 0 cell d14 = 5 in order to get an N/A in the equation cell, here is the formula that i put it. =IF(C14=0,"N/A",D14/C14-1) is it possible to get a formula to have N/A if either cell is "0"??? please help, thank you. -- ben803 ------------------------------------------------------------------------ ben803's Profile: http://www.excelforum.com/member.php...o&userid=35138 View this thread: http://www.excelforum.com/showthread...hreadid=548963 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() Hi Ben, You can use something like this to see if either cell is zero: =IF(OR(C14=0,D14=0),"N/A",D14/C14-1) Regards, Bondi |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() thank you guys so much for your help. This definitely worked for me. Thank you again. -- ben803 ------------------------------------------------------------------------ ben803's Profile: http://www.excelforum.com/member.php...o&userid=35138 View this thread: http://www.excelforum.com/showthread...hreadid=548963 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel displaying formulae as constant and not calculating formula | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
How can i get an If formula in excel to edit another cell? | Excel Worksheet Functions | |||
converting formula from lotus.123 to excel | Excel Worksheet Functions | |||
Formula Integrity Not Preserved During Sort in Excel 2000 | Excel Discussion (Misc queries) |