R
Ron
I would like to have an if statement in a cell, that if
the cell it is checking is a specific date (formated with
only month and day) cell F3 would return an OK. Example
of what I have right now is =if(C3="10/30","OK","Bad")
However this does not seem to be working for when the date
of c3 is set to 10/30 cell f3 still returns the false
condition. Any suggestions?
the cell it is checking is a specific date (formated with
only month and day) cell F3 would return an OK. Example
of what I have right now is =if(C3="10/30","OK","Bad")
However this does not seem to be working for when the date
of c3 is set to 10/30 cell f3 still returns the false
condition. Any suggestions?