lookup formula?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following (Col A & B is a Table);

A B C D
1 30 31 (Formula Result)
2 32 34 (Formula Result)

C1 is larger than b1 but smaller than b2 so the result is A1 or 1.

Is there a formula that can do this for me?
 
try,

=if(and(c1>b1,c1<b2),a1,false)

hth
regards from Brazil
Marcelo

"Kfry57" escreveu:
 

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