Formulas across multiple sheets

thekgbjr

New Member
Joined
Jan 18, 2011
Messages
13
Scenario:
Home Health Clinic. I have 1 sheet per resident (40 in total) Page 1 is a summaryu page. Line 1 will summarize Sheet 2 (Resident1). Line 2 will summarize Sheet 3 (Resident2) etc... Is there a way that I can copy the formulas from the syummary page to automatically refer to the individual sheets instead of having to manually start on the summary page and do individual formulas for each resident sheet?

Does that make sense?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
on the summary sheet you could use the indirect and Row functions, for example to return the contents of cell h4 from each sheet you could have the following starting in row 1 of the summary, if it starts in row 2 then drop the + 1 bit

=INDIRECT("sheet" & ROW()+1 & "!H4")

and then drag down the formula
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,487
Members
452,917
Latest member
MrsMSalt

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