If Formula for displaying a message
Albert,
What is the reason for using (90-1) instead of 89 !?
Micky
"albertmb" wrote:
Hi Sherees,
I am sure an expert can find a better formula, but until then you can try
this:
IF(A1<=79,"",IF(A1=80,"abc",IF(A1<=(90-1),"abc",IF(A1=90,"def",IF(A1<=(100-1),"def",IF(A1=100,"ghi",IF(A1<=(120-1),"ghi","")))))))
Regards
Albert
"Sherees" wrote:
Hi
If A1 is equal to or greater than 80 but less than 89,b1 =abc. If A1 is
equal to or greater than 90 but less than 99, b1 =def. If A1 is equal to or
greater than 100 but less than 119,b1 =ghi--
Please help
Thanks
Sherees
Life isa journey not a destination
|