Help help help please please please

helpme1992

New Member
Joined
Sep 2, 2016
Messages
13
Hi all :)

In need of help! I have a spreadsheet containing dates in columns (12/09/16 in cell A1, 19/09/16 in cell A2 etc). Underneath each date (which is effectively the column header) I have ten rows of numbers. I need to be able to type a date into a cell on another sheet and have a formula that automatically brings up those ten rows of info onto the other sheet. Any Excel wiz's out there that could help I would be SO SO SO SO SO appreciative!!!

THANK YOU

M :)
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You could use something like:

=INDEX(Sheet1!$1:$11,ROWS($A$1:A2),MATCH(A$1,Sheet1!$1:$1,0))

Where Sheet1 houses the data and A1 houses the date you need to search for.
 
Last edited:
Upvote 0
...I have a spreadsheet containing dates in columns (12/09/16 in cell A1, 19/09/16 in cell A2 etc)...
If you have dates in both A1 and A2,...

...Underneath each date (which is effectively the column header) I have ten rows of numbers...

...then how can you have ten rows of numbers? For instance, if there are ten rows of numbers under the date in A1, then A2 no longer has a date.

Maybe I am terribly misreading your post, but it is not making sense to me :(

Mark
 
Upvote 0
Hi Steve,

Thank you for your response! I made a slight error in my question; the columns are formatted - 12/09/16 in A1, 17/09/16 in B2 (NOT A2). The ten rows of data are underneath each date (column header). Would your formula still work?

THANK YOU! LIFE SAVER!
 
Upvote 0
Yes ok my formula will work there. You just need to change the sheet name to whatever sheet holds your data.
 
Upvote 0
this is how steve's solution works


Excel 2012
ABCDEFGH
112/09/201619/09/201613/09/201620/09/201614/09/2016date13/09/2016
2202011101611
3201016191516
4161510112010
5121810141010
6191112191512
7111818111918
8171413161913
9101210191710
10202011161911
11151918101618
Sheet6
Cell Formulas
RangeFormula
H2=INDEX($A$2:$E$11,ROW(H2)-1,MATCH($H$1,$A$1:$E$1,0))
 
Upvote 0
Thank you Steve!

So when a date is inputted into a specific cell, the formula will pull those ten rows of data that corresponds to the date? Effectively there is to be one cell at the top of a sheet that a date is inputted, this then pulls that info. When that cell containing the date is changed to a different date -the data relating to that new date will automatically show replacing the previously inputted date and data?

Thank you for you on-going help!!

M :)
 
Upvote 0
You will need 10 formulas but if you copy it down ten times then that is precisely what will happen. If the date is changed the formula results will change.
 
Upvote 0

Forum statistics

Threads
1,214,787
Messages
6,121,565
Members
449,038
Latest member
Guest1337

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top