D
Don
I have a spreadsheet that is a vertical list of data, in ascending date
order. There are multiple entries for each date. I wish to return the data in
column B based on a Index,Match lookup I'm using for the date.
This is my formula in cell A2:
=INDEX(B10:B18,MATCH($A$1,$A$10:$A$20,0))
What is happening is when I drag this down to cell A6 and beyond, it returns
data from date 1/27 even though I feel the formula should only be looking at
data from 1/26.
A B
1 1/26/2009
2 1
3 2
4 2
5 3
6 2
7 4
8
9
10 1/26/2009 1
11 1/26/2009 2
12 1/26/2009 2
13 1/26/2009 3
14 1/27/2009 2
15 1/27/2009 4
16 1/27/2009 5
17 1/27/2009 4
18 1/27/2009 2
I want to set up a template so the output would be correct no matter what my
lookup data is. The number of rows and entries per day will vary.
Thank you in advance for your help!
order. There are multiple entries for each date. I wish to return the data in
column B based on a Index,Match lookup I'm using for the date.
This is my formula in cell A2:
=INDEX(B10:B18,MATCH($A$1,$A$10:$A$20,0))
What is happening is when I drag this down to cell A6 and beyond, it returns
data from date 1/27 even though I feel the formula should only be looking at
data from 1/26.
A B
1 1/26/2009
2 1
3 2
4 2
5 3
6 2
7 4
8
9
10 1/26/2009 1
11 1/26/2009 2
12 1/26/2009 2
13 1/26/2009 3
14 1/27/2009 2
15 1/27/2009 4
16 1/27/2009 5
17 1/27/2009 4
18 1/27/2009 2
I want to set up a template so the output would be correct no matter what my
lookup data is. The number of rows and entries per day will vary.
Thank you in advance for your help!