I have a simple spreadsheet that will gauge a project's progress. I wish to have individual cells change color based on another cell. I can't get the right syntax in order - groan
E2 has today's date, =NOW()
G2 (not started) would change from a color to no color when the start date, F27, has arrived then
H2 (started) would change to a color when the date is met, F27, (may be change color as the completed date arrives) then no color when the completed date arrives, F28.
I2 (completed) would change to a color when the date is met, F28
When the spread sheet is opened or if I need to change the dates in either of the cells the cells with color gauges will update.
I am using conditional formating through the ribbon.
Please help!