Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jg jg is offline
external usenet poster
 
Posts: 42
Default Change cell value result from "FALSE" to blank or zero

I have the following IF statement written into this cell:

=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6)) ))

If cells N6, P6, R6 or T6 all have zeros written into them, cell E6 shows
the value "FALSE". How can I have this cell have the value 0 under these
conditions?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Change cell value result from "FALSE" to blank or zero

Like this:
=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6,0 ))))

Regards,
Fred

"JG" wrote in message
...
I have the following IF statement written into this cell:

=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6)) ))

If cells N6, P6, R6 or T6 all have zeros written into them, cell E6 shows
the value "FALSE". How can I have this cell have the value 0 under these
conditions?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Change cell value result from "FALSE" to blank or zero

=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6,0 ))))
--
David Biddulph

"JG" wrote in message
...
I have the following IF statement written into this cell:

=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6)) ))

If cells N6, P6, R6 or T6 all have zeros written into them, cell E6 shows
the value "FALSE". How can I have this cell have the value 0 under these
conditions?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 269
Default Change cell value result from "FALSE" to blank or zero

=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6,0 ))))

The last if IF(T6=1,U6) was missing a value if false, adding the ,0 should
do the trick
--
If this helps, please remember to click yes.


"JG" wrote:

I have the following IF statement written into this cell:

=IF(N6=1,O6,IF(P6=1,Q6,IF(R6=1,S6,IF(T6=1,U6)) ))

If cells N6, P6, R6 or T6 all have zeros written into them, cell E6 shows
the value "FALSE". How can I have this cell have the value 0 under these
conditions?

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
Result displays "FALSE" instead of "FAIL" Formula error Excel Discussion (Misc queries) 4 April 27th 09 11:07 AM
How do I make a cell stay blank if "0" result? Gregory Day Excel Worksheet Functions 3 April 3rd 08 11:04 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
How create blank cell value as the result of Excel "IF" function? Pocket Protector as a Fashion Statement Excel Worksheet Functions 1 March 11th 07 07:44 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 03:51 PM.

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

About Us

"It's about Microsoft Excel"