I'm sitting in cell A1. Cell B1 has a date and Cell C1, C2, C3, C4 all contain different dates. I want to say the following
if B1 is between C1 and C2, cell A1 will be red
if B1 is between C2 and C3, cell A1 will be blue.
if B1 is between C3 and C4, cell A1 will be orange.
what's the best way to do this?
Start Free Trial