I am trying to create an auto flag on a project that says if % complete is <= 80% and the end date is <= 7 days from today then flag.
Here is what I have so far =if([% complete]<=0.8,0.5,0)+if([end date] - today()<=7,0.5.0).
It turns the flag red when it falls into the not 80% complete in the time frame but when there should be no flag its giving me #boolean expected. Any ideas on a formula that will do this?
Thank you,