Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
ben803
 
Posts: n/a
Default need help with formula for a newbie excel guy


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   Report Post  
Posted to microsoft.public.excel.newusers
hans bal(nl)
 
Posts: n/a
Default need help with formula for a newbie excel guy

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   Report Post  
Posted to microsoft.public.excel.newusers
Bondi
 
Posts: n/a
Default need help with formula for a newbie excel guy



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   Report Post  
Posted to microsoft.public.excel.newusers
ben803
 
Posts: n/a
Default need help with formula for a newbie excel guy


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel displaying formulae as constant and not calculating formula gpbell Excel Worksheet Functions 2 February 16th 06 08:26 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
How can i get an If formula in excel to edit another cell? Jimmy Hoffa Excel Worksheet Functions 2 August 16th 05 05:53 PM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Formula Integrity Not Preserved During Sort in Excel 2000 Kevin Excel Discussion (Misc queries) 1 April 15th 05 10:26 PM


All times are GMT +1. The time now is 04:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"