![]() |
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))) |
IF formula returns FALSE
Try this:
=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))) -- 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))) |
All times are GMT +1. The time now is 10:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com