Hi there,
We currently have a sheet where we have a formula for RYG balls, Status column, % Complete and Conditional Formatting per row.
We want to remove the Status column and just rely on the % Complete column and Ample column (where the RYG balls are).
If and when the % is not 100% and past the End Date, font for entire row and ball will turn Red.
If and when the % is not 100% and there's only 3 days to go before End Date, font for entire row and ball will turn Yellow.
Everything else is Green.
Here's the formula under the Ample column (row 1).
=IF(Status1 <> 1, IF(TODAY() - [End Date]1 >= 0, "Red", IF(TODAY() - [End Date]1 > -4, "Yellow", "Green")))
Screenshots uploaded as well
Please for your kind help.
Thanks!

