C
Chris
I am trying to use this formula to create a percentage
range:
=IF(b2>90,"91-100%",IF(b2>80,"81-90%",
IF(b2>70,"71-80%",IF(b2>60,"61-70%",IF(b2>50,"51-60%",IF
(b2>40,"41-50%",IF(b2>30,"31-40%",IF(b2>20,"21-30%",IF
(b2>10,"11-20%",IF(b2>0,"1-10%","None Scanned"))))))))))
Excel will only let me put in the following:
=IF(B2>90,"91-100%",IF(B2>80,"81-90%",
IF(B2>70,"71-80%",IF(B2>60,"61-70%",IF(B2>50,"51-60%",IF
(B2>40,"41-50%",IF(B2>30,"31-40%",IF(B2>20,"21-30%","None
Scanned"))))))))
This cuts off my last 2 options. Is there a way around
this? Using Microsoft Office 2000.
Thanks...
Chris
range:
=IF(b2>90,"91-100%",IF(b2>80,"81-90%",
IF(b2>70,"71-80%",IF(b2>60,"61-70%",IF(b2>50,"51-60%",IF
(b2>40,"41-50%",IF(b2>30,"31-40%",IF(b2>20,"21-30%",IF
(b2>10,"11-20%",IF(b2>0,"1-10%","None Scanned"))))))))))
Excel will only let me put in the following:
=IF(B2>90,"91-100%",IF(B2>80,"81-90%",
IF(B2>70,"71-80%",IF(B2>60,"61-70%",IF(B2>50,"51-60%",IF
(B2>40,"41-50%",IF(B2>30,"31-40%",IF(B2>20,"21-30%","None
Scanned"))))))))
This cuts off my last 2 options. Is there a way around
this? Using Microsoft Office 2000.
Thanks...
Chris