Hello,
The Today function is not working when included in a simple IF statement. It was actually working a while ago but now it is not working.
I tested it out by simply trying =IF(Cell@232="2",=Today(),"") but it would spit out #INVALID OPERATION.
I have even tried =IF(Cell@232="2",Today(),"") but it would spit out #INVALID COLUMN VALUE.
Can someone explain why the Today function is not working? Thank you.