Morning All,
I have been trying to work out a formula for a calculation, i am not very good at formulas so i cant see where i have gone wrong, can any one help please?
I need the below:
If today > actual start date & today is > actual end date & % complete < 100% = Red
If today > actual start date & today is < actual end date & % complete > 0% = Green
If today < actual start date & today is < actual end date & % complete <= 100% = Green
I have the below formula
=IF(AND(TODAY() > [Actual Start Date]64, TODAY() > [Actual End Date]64, <0.99 [%Complete]64), "Red", IF(AND(TODAY() > [Actual Start Date]64, Today() < [Actual End Date]64, <= 0 [%Complete]64), "Green", IF(AND(TODAY() < [Actual Start Date]64, TODAY() < [Actual End Date]64, <=0.1 [% Complete]64), "Green")
Any help would be greatly appreciated