In cell Z6 I have the following formula =IFERROR(INDEX(Input_Events,data!K3,2),"") that returns a formatted date (MM/DD). In cell AC6, I am performing the following test:
=IF(Z6=TODAY(),"CALL","")
When I have the current date (todays) in Z6, it returns a false test ("").
If I change the formula to <, it returns a true test (CALL)
Any help would be greatly appreciated
=IF(Z6=TODAY(),"CALL","")
When I have the current date (todays) in Z6, it returns a false test ("").
If I change the formula to <, it returns a true test (CALL)
Any help would be greatly appreciated