I'm trying to come up with an IF statement with 3 criteria. Looking for the boards help.
The table is pulling data from another worksheet on the spreadsheet.
1. IF Column J is not blank=Yes
2. If Column J is blank=No
3. If Column J is 0=Not yet
I came up with this formula, but the columns that should be returning Not yet, are returning yes.
=IF([Column J]<>"","Yes",IF([Column J]="","No",IF([Column J]=0,"Not Yet")))
Thanks!
The table is pulling data from another worksheet on the spreadsheet.
1. IF Column J is not blank=Yes
2. If Column J is blank=No
3. If Column J is 0=Not yet
I came up with this formula, but the columns that should be returning Not yet, are returning yes.
=IF([Column J]<>"","Yes",IF([Column J]="","No",IF([Column J]=0,"Not Yet")))
Thanks!