Hi,
I am confusing myself on the following formula, kindly advise on how to rectify this. If P5:P10 value is date then it should be "DONE". If P5:P10 value partially is date then "IN PROGRESS". If P5:P10 has no value then the result would be "TO BE STARTED".
=IF(AND('Access Migration'!P5:P10<>""),"DONE",IF(AND('Access Migration'!P5:P10=""),"TO BE STARTED","IN PROGRESS"))
Your comments will be very much appreciated.
Regards,
sanlen
Bookmarks