Hi Folks - probably super easy, but am using a formula to return a red icon if % complete isn't 100% and if current date is 7 days out form target finish date. I am almost there, but I get a "0" when the criteria has been met (100% complete has been achieved). I would prefer a blank cell. Here is the formula I am using:
=IF([% Complete]@row = 1, 0, IF([Target Finish Date]@row = "", "", IF([Target Finish Date]@row - TODAY() <= 7, "Red", 0)))
As said above, once 100% has been marked off, I then get a "0" instead of a blank cell.
Any solutions? Thanks!