Howdy,
I am working with the following formula in my spreadsheet.
=IF(ISBLANK(F3),"Never Reported",IF(OR(MONTH(TODAY())<MONTH(F3),YEAR(TODAY())<YEAR(F3)),"Not Reporting","Reporting"))
F3 has a formula in that cell as well which reports either a date or blank.
When a date is in the cell the formula works but when there is a blank the formula returns #VALUE !
I would like to know how I can get the Never Reported to show if the cell is Blank.
Thank you for any help!
I am working with the following formula in my spreadsheet.
=IF(ISBLANK(F3),"Never Reported",IF(OR(MONTH(TODAY())<MONTH(F3),YEAR(TODAY())<YEAR(F3)),"Not Reporting","Reporting"))
F3 has a formula in that cell as well which reports either a date or blank.
When a date is in the cell the formula works but when there is a blank the formula returns #VALUE !
I would like to know how I can get the Never Reported to show if the cell is Blank.
Thank you for any help!