If Statement - Basic

P

Portuga

Bit of basic question.

If A1 = 0 then B1=No, else B1=Yes

How can I do this using an if statement?

Thanks
 
B

Bob Phillips

In B1 enter =IF(A1,"Yes","No")

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Top