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???!
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???!