Question

I would like to know if the following can be achieved:

Cell F4: =IF(C4>=F3 && C4<M3) = TRUE

When returned True I will conditionally format the cell with a background colour.

I am just unsure of how to write the formula.

Was it helpful?

Solution

Please try =AND(C4>=F3,C4<M3)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top