Trouble with Syntax - IF formula

  • Thread starter Thread starter Bert via OfficeKB.com
  • Start date Start date
B

Bert via OfficeKB.com

I want my formula to do the following:
If cell# =0 then "No Date", if cell# >=45 then Y otherwise N

So I write it like this
=IF((J46=0,"No Date"),IF(J46>=45,"Y","N"))

What's wrong???!
 
Back
Top