Hello, can you please help point me in the right direction on this formula.
Basically it has 3 conditions depending on day count.
If <60 it should return “80%”
If >60 but under 180 it should return 75%
And if over 180 it should return 65%
I am trying this but it wont work.:
=IF(A3<=60,"80%",IF(AND(A3>=60,A3<=180,"75%"),IF(A3>=180,"65%")))
Any help or pointers would be greatly appreciated. Thanks!
Basically it has 3 conditions depending on day count.
If <60 it should return “80%”
If >60 but under 180 it should return 75%
And if over 180 it should return 65%
I am trying this but it wont work.:
=IF(A3<=60,"80%",IF(AND(A3>=60,A3<=180,"75%"),IF(A3>=180,"65%")))
Any help or pointers would be greatly appreciated. Thanks!