Hi,
I have currently formulated the following formula,
=IF([Days (Difference Forecast - Baseline)]1 <= 5, "Green", IF(AND([Days (Difference Forecast - Baseline)]1 > 5, [Days (Difference Forecast - Baseline)]1 <= 10), "Amber", "Red"))
which is working efficiently, but problem occurs when the cell is empty, and it show me return "Green". As my formula is saying "Put green if the value is <=5". So it is taking an empty cell < and showing green
How can is use ISBlank formula to put Empty cell or "-"
Or how can overcome with such situation
Many Thanks