Luke has attended:
Excel Intermediate course
Microsoft excel, IF formula
Hi, I want to get a cell to read 'completed' if the cell next to it has a date populated in it. What is the formula required for that?
RE: Microsoft excel, IF formula
Hello Luke,
Thank you for your question. While there is no specific function in Excel which tests for dates, you can use =ISNUMBER, since dates have numeric values.
The IF formula would read:
=IF(ISNUMBER(A1),"Completed","")
where A1 is the cell being tested.
I hope this helps.
Kind regards
Marius Barnard
STL