adorlytanglao
New Member
- Joined
- Jun 23, 2013
- Messages
- 46
I have a list of employee working in our company with expiry dates of their national ID. I already tried a nested if statement and its giving two output Expired and Valid. My one issue is that when it reaches to an empty cell its says "Expired", even though I'm expecting it to be empty also. Please let me know how can i upload the file. Or i think we can just use the same starting cell where the date is entered "F3". So im currently using this code:
Code:
=IF(F3="", "", IF(F3<today(), "expired",="" "valid"))[="" code]<="" html=""></today(),>