find number within a range

  • Thread starter Thread starter Mona
  • Start date Start date
M

Mona

Hello-
My example data looks like this:
A1 B1 C1
1 4 100
5 9 200
10 12 300

In D10 I have value of 3. I would like to create formula if D10 is greater
than A1 but less than B1 then select C1. So in this example it would be 100

thanks
 
Thank you. This is a start. this works but when I put in negative numbers,
it doesn't. ??
 
You're table *must* be sorted in ascending order. For negative numbers it
would look like this:

-10
-5
-1

Maybe you should explain in greater detail what results you expect!
 

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