I have column B formatted as a date. I as using custom ‘ddd’. I want to highlight the current cell (that contains) the formula below,if it is equal to Sat or Sun.
I tried the following formula but it always returns false (because b9 is a date),
How can I change the formula to make it highlight the cell if the date, in b9, is equal to Sat or Sun.
=OR(B9=”Sat”,B9=”Sun”)