G Guest Nov 8, 2005 #1 This is my formula: =IF(b5=0 0 d5). What is wrong with it? I cannot get past messages that there is something amiss.
This is my formula: =IF(b5=0 0 d5). What is wrong with it? I cannot get past messages that there is something amiss.
N Niek Otten Nov 8, 2005 #2 =IF(B5=0,0,D5) Or, if you have European settings, =IF(B5=0;0;D5) What do you see if you enter this formula? Why do you think it is wrong?
=IF(B5=0,0,D5) Or, if you have European settings, =IF(B5=0;0;D5) What do you see if you enter this formula? Why do you think it is wrong?