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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

IF formula returns FALSE



 
 
Thread Tools Display Modes
  #1  
Old February 8th, 2009, 11:05 PM posted to microsoft.public.excel.newusers
Gulfman100
external usenet poster
 
Posts: 21
Default IF formula returns FALSE

The following formula returns FALSE when the first IF (B3=9)condition is not
met. I
want to return a blank cell or a 0. The other 2 IF formulas are working
correctly. I have tried everything I can think of. Please help.
=IF(B3=9,IF(B7=16,(B6*12/16)+(3*B8)+(4*B9)+(B10*8),IF(B7=24,(B6*12/24)+(3*B8)+(4*B9)+(B10*8),0)))
  #2  
Old February 8th, 2009, 11:31 PM posted to microsoft.public.excel.newusers
Max
external usenet poster
 
Posts: 8,574
Default IF formula returns FALSE

Try this:
=IF(B39,"",IF(B7=16,(B6*12/16)+(3*B8)+(4*B9)+(B10*8),
IF(B7=24,(B6*12/24)+(3*B8)+(4*B9)+(B10*8),0)))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Gulfman100" wrote:
The following formula returns FALSE when the first IF (B3=9)condition is not
met. I
want to return a blank cell or a 0. The other 2 IF formulas are working
correctly. I have tried everything I can think of. Please help.
=IF(B3=9,IF(B7=16,(B6*12/16)+(3*B8)+(4*B9)+(B10*8),IF(B7=24,(B6*12/24)+(3*B8)+(4*B9)+(B10*8),0)))

 




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 10:53 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.