Sheet wise details

jayesh

New Member
Joined
Mar 6, 2011
Messages
36
I have 20 different sheets in one file. All sheet has Income Expense statement of 20 different centers. Is there a way that in master sheet if I write name of the sheet or header of that sheet, then I get the Income Expense Statement for that perticular center/sheet.
All sheet has same format.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Sure, try this..

Put your SheetName in say A1
And the value you want to retrieve is in say E10 on each sheet.

=INDIRECT("'" & A1 & "'!E10")


Hope that helps.
 
Upvote 0
Can I get all the rows and columns. I have whole Income Expenses Statement in that sheet. Can I get the whole.
 
Upvote 0
How much data are you talking about (how many columns/how many rows) ?
Post the Actual full range you want to retrieve.

INDIRECT is a volatile function that recalculates everytime anything changes.
And if it's used ALOT, it will hinder the performance of the book.
 
Upvote 0

Forum statistics

Threads
1,224,595
Messages
6,179,798
Members
452,943
Latest member
Newbie4296

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