What Formula Q

J

John

I wish to create a formula that will return the text "Small Variance Is" if
the value of C10 is + OR- ?10, otherwise "Large Variance Is".

I know how to do it if I was looking for +?10 or say -?10, but not sure how
to build in if it for a range


Thanks, I'm sure its simple
 
B

Bob Phillips

=IF(ABS(C10)*110%=H21,"Small Variance Is","Large Variance Is")

where H21 holds the threshold value

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top