0

I want to use an IF function, to do something like:

"if date is after today, cell = YES, otherwise cell = blank"

I can't quite get my head around the double formula of pulling today's date within the IF function!

Could anyone help?

Thanks!

freginold
  • 630
Steph
  • 1

1 Answers1

2

Try this formula:

=IF(A1>TODAY(),"YES","")

enter image description here

Lee
  • 3,021