Referencing sheet name & data into reference sheet

jord1979

New Member
Joined
Jul 31, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have an excel file with 32 sheets (reference sheet & sheets 1-31 for days of month). Using =today() and =day() in the reference sheet, I'm looking to pull the content from sheets 1-31 based on the value returned from the =day() cell. Is this possible?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Book1
ABC
17/31/2024
23115
Sheet1
Cell Formulas
RangeFormula
A1A1=TODAY()
A2A2=DAY(A1)
C2C2=INDIRECT(A2&"!A1")


This is pulling from the sheet named 31, cell A1
 
Upvote 0
Book1
ABC
17/31/2024
23115
Sheet1
Cell Formulas
RangeFormula
A1A1=TODAY()
A2A2=DAY(A1)
C2C2=INDIRECT(A2&"!A1")


This is pulling from the sheet named 31, cell A1
Thank you. If looking to pull a range of data from the spreadsheet, I've inputted the formula as follows: =INDIRECT(A2,"!A1:!B79")
I've tried a few different edits of this, but it doesn't seem to be pulling the data over. Any suggestions
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,241
Members
452,622
Latest member
Laura_PinksBTHFT

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