how do I set up a formula using number ranges as the arguments

B

Ballykea

If cell figure is less than 287 use a.
if cell figure is between 287.01 & 400 use b
if cell figure is over 400.01 use c.
where a, b, & c are formula, should I be looking at Lookup table?
 
J

JulieD

Hi

how about
=IF(A1<287,formula_a,IF(A1<=400,formula_b,formula_c))
where
formula_a, _b & _c are the three different formulas you want to use.
 

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

Top