LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Get data between two values

This sounds like a double lookup. If I am right, the function below is what
you need. It will require a little effort on your part, but this should get
you going:
=INDEX(A1:E4,MATCH(G1,A1:A4,0),MATCH(G2,A1:E1,0))

Notice, the values in G1 and G2 are the two values that you are looking for.


Regards,
Ryan--

--
RyGuy


"Carpe Diem" wrote:

Hi,

I have the following data:
1000 2000
Between 2000 3000
1000 2000 10 25
2001 3000 20 30


Anda I have about 6000 rows with this data EX : ROW 1 from 1050 to
2500, ROW 2 from 1050 to 2500

So I would to have a formula that check columns and rows to give 10,
25,20,30 depends the value I put

Did you understand ?

I try with sumproduct, but I'm having some dificulties

thank you

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data values t_sumaré Excel Worksheet Functions 0 August 30th 07 04:02 PM
Excel chart source data y-values can only accept 7 data pts? progprog Charts and Charting in Excel 3 March 14th 07 01:09 AM
How do you get the values of the data between data points marshie Excel Worksheet Functions 1 September 25th 06 01:41 AM
why do I get the multiple data values when there is no data in my. Audi Excel Worksheet Functions 0 July 27th 06 05:20 PM
If I have X,Y data how do I sum the Y values using a set of bins based on x values ScottBerger Excel Worksheet Functions 1 November 16th 04 11:48 PM


All times are GMT +1. The time now is 05:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"