Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's the calculation generating the error, how to get rid of it, if there
are zero or blank cells in the calculations? =IF(F32="","",$D$34*F32) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Jay" wrote:
Here's the calculation generating the error, how to get rid of it, if there are zero or blank cells in the calculations? =IF(F32="","",$D$34*F32) Might suffice to check both precedent cells: =IF(OR(F32="",$D$34=""),"",$D$34*F32) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|