IF's

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

Guest

I want to make the following...If A1=0 then B1=1. I simply have not
understood the help sections on this, so would someone just make it simple
for me. Thanks
 
In B1, insert the formula =IF(A1=0,1,""), assuming that you want B1 to be
blank if A1 is not zero. If you want B1 to be something else in that case,
then put the something else instead of the "".
 
Karensa,

In B1, type the formula

=IF(A1=0,1, Value here that you want for when A1 doesn't equal 0)

Like, perhaps,

=IF(A1=0,1,0)

HTH,
Bernie
MS Excel MVP
 
In B1 enter

=IF(A1=0,1,"A1 not 0 or blank")


Gord Dibben MS Excel MVP
 

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