I have a spreadsheet that has a single column ('I') with dates in it. I would like the cells in this column to change colour depending on the Quarter that the date falls in.
Dates falling in the range;
- DEC-FEB = RED
- MAR-MAY = GREEN
- JUN-AUG = BLUE
- SEPT-NOV = YELLOW
All dates are formatted as dates (dd/mm/yyyy)
I've tried a range of IF/AND statements but keep getting hung up on the year, and to be honest, I've forgotten most of what I've tried. Sorry for the lack of info, i tried posting a screenshot but got knocked back.