What Formula Q

  • Thread starter Thread starter John
  • Start date Start date
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
 
=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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top