I am trying to create an IF formula that I can use to create a visual aid in tracking time when services are being offered.
The formula that I am currently trying is:
=IF(AND($B:$B="11/1/2010", $C:$C="8:50:00 AM"), "Y1", " ")
In Column B there multiple fields with "11/1/2010" expressed in the (Date)*3/14/2001 format, and in Column C there are multiple fields with "8:50:00 AM" expressed in the (Custom)h:mm format.
I am obviously entering the formula wrong because I need for the TRUE statement to populate anytime the date and time are found in the columns, but regardless, it's always false. I would appreciate any and all help with this formula.
The formula that I am currently trying is:
=IF(AND($B:$B="11/1/2010", $C:$C="8:50:00 AM"), "Y1", " ")
In Column B there multiple fields with "11/1/2010" expressed in the (Date)*3/14/2001 format, and in Column C there are multiple fields with "8:50:00 AM" expressed in the (Custom)h:mm format.
I am obviously entering the formula wrong because I need for the TRUE statement to populate anytime the date and time are found in the columns, but regardless, it's always false. I would appreciate any and all help with this formula.