Simple IF function
Closed
lubs_sidd
Posts
1
Registration date
Friday August 8, 2014
Status
Member
Last seen
August 8, 2014
-
Aug 8, 2014 at 05:44 AM
rayh - Aug 28, 2014 at 10:33 PM
rayh - Aug 28, 2014 at 10:33 PM
Related:
- Simple IF function
- Simple diagram of hard disk - Guide
- Accessor function c++ - Guide
- Find function on mac - Guide
- Spreadsheet function - Guide
- Simple tv windows - Download - IPTV players
2 responses
Ok, I hope this helps.
The syntax for if is as follows: if(logic_test,true,false)
So this should do it:
=IF(TODAY()>A1,"Y","N")
A1 is the cell to check for the date.
Have FUN!
"If you can't soar with the eagles, then don't fly with the flock!" - Oliver Sykes; Bring Me The Horizon
The syntax for if is as follows: if(logic_test,true,false)
So this should do it:
=IF(TODAY()>A1,"Y","N")
A1 is the cell to check for the date.
Have FUN!
"If you can't soar with the eagles, then don't fly with the flock!" - Oliver Sykes; Bring Me The Horizon