Thread: What Formula Q
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default What Formula Q

=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)


"John" wrote in message
...
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