Can't make Excel "if" Formula work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is my formula: =IF(b5=0 0 d5). What is wrong with it? I cannot get
past messages that there is something amiss.
 
=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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top