N
noot
Hithere,
In a sheet, for a cell I use the formula:
=(F4/1,19-D4)/(F4/1,19)
If there is no input yet in cells F4 or D4 an error message "#DIV/0!" is
shown.
I don't want this message visable when there is no input yet in F4 and D4.
The solution I found Googling was to use
=IF(ISERROR(OriginalFormula),"",OriginalFormula)
Translating that to my formula, I came up with:
=IF(ISERROR((F4/1,19-D4)/(F4/1,19)),"",(F4/1,19-D4)/(F4/1,19))
Inserting this formula however makes Excel complaining that there is an
error in this formula, specificly pointing to the ,"", part in the middle.
I have no clue what I'm doing wrong.
Any help for this Excel-newbie?
t.i.a. Noot
In a sheet, for a cell I use the formula:
=(F4/1,19-D4)/(F4/1,19)
If there is no input yet in cells F4 or D4 an error message "#DIV/0!" is
shown.
I don't want this message visable when there is no input yet in F4 and D4.
The solution I found Googling was to use
=IF(ISERROR(OriginalFormula),"",OriginalFormula)
Translating that to my formula, I came up with:
=IF(ISERROR((F4/1,19-D4)/(F4/1,19)),"",(F4/1,19-D4)/(F4/1,19))
Inserting this formula however makes Excel complaining that there is an
error in this formula, specificly pointing to the ,"", part in the middle.
I have no clue what I'm doing wrong.
Any help for this Excel-newbie?
t.i.a. Noot