F
FangYR
=IF(AND(F2>69,F2<90),25,IF(F2>100,60,""))
The above formula works well until I modify it as below:
=IF(AND(F2>69,F2<75),25,IF(F2>75,F2.90),27,IF(F2>100,60,""))
It displays an error message indicating the problem is with “27â€, and I
don’t see why.
Please help.
Thanks
The above formula works well until I modify it as below:
=IF(AND(F2>69,F2<75),25,IF(F2>75,F2.90),27,IF(F2>100,60,""))
It displays an error message indicating the problem is with “27â€, and I
don’t see why.
Please help.
Thanks