I am trying to do some conditional formatting on data in a table. I would like the dates in columns I and J to be filled red when the date in both columns is less than Jan 1/20, green when the date in each column is greater or equal to Jan 1/23 and yellow if between those two dates but all scenarios only if column E is a quantity greater than zero.
I currently have the red setup for dates as
I'd like to say it is working but it is colouring some cells with dates in 2023 and 2024 in each column and others that have both dates in 2016 are not coloured at all, and I haven't included the quantity yet.
I have a mental block on these conditional formulas for some reason. I tried setting up each column separately but had the same results.
Any help is greatly appreciated.
I currently have the red setup for dates as
Excel Formula:
=AND(I2<DATE(2020,1,1),J2<DATE(2020,1,1))
I'd like to say it is working but it is colouring some cells with dates in 2023 and 2024 in each column and others that have both dates in 2016 are not coloured at all, and I haven't included the quantity yet.
I have a mental block on these conditional formulas for some reason. I tried setting up each column separately but had the same results.
Any help is greatly appreciated.