Self - populating date specific data to another sheet each day.

Ladyjet86

New Member
Joined
Aug 2, 2013
Messages
4
I've hit abrick wall in a spreadsheet that I am working on.

I am trying to get 1 spread sheet to read the data from a column from another sheet in the same workbook (in which the column heading is the dates of the whole month).

I need it to pull new data every day as the date changes.

The data is to stay the same and in the same order just re-populate to the next columns data each day on the other sheet.

Any and all help is most appreciated. (not sure how to upload images)
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hello

This is the usual INDEX(MATCH( ) ) type of solution:
MATCH to find the correct column, INDEX to retrieve the data.
Or you could go for an easier solution using HLOOKUP.
 
Upvote 0

Forum statistics

Threads
1,213,501
Messages
6,114,010
Members
448,543
Latest member
MartinLarkin

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