Date change to Change table data ??

davehazle

New Member
Joined
Oct 28, 2005
Messages
28
I have 2 fields with different dates in a spreadsheet. Under these dates I have values pulled from a Worksheet with the same name as the corresponding date .
eg.
..............A..................................B.............C
row1 10-27-05......................11-03-05
row2..='10-27-05'!B$4............='11-03-05'!B$4
row3..='10-27-05'!B$16..........='11-03-05'!B$16
row4..='10-27-05'!B$30..........='11-03-05'!B$30
row5..='10-27-05'!B$46..........='11-03-05'!B$46

Is there any way to Change the Date in Row 1 :Column A or B and have the rest of the data in the Tables below change along with it?

Thanks for all the help this forum has provided me. It is quite possibly the best resource for Excel on the web. Largly due to the wonderful people who reside here.


Dave
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
You could use INDIRECT.

=INDIRECT("'" & A1 & "'!B$4")
=INDIRECT("'" & A1 & "'!B$16")
etc
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,824
Members
449,190
Latest member
rscraig11

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