Copy Cell Data into master sheet based on cell value

Wardylewis

New Member
Joined
Jun 7, 2016
Messages
37
Good Evening All,

I am creating a project board which has a master dashboard sheet. The idea is that each individual project has its own sheet in the workbook and these are assigned a project number.

Then in a weekly meeting I plan to pull together headline information from the individual project sheets which will be named as just the project number.

In column B this is where I manually enter the project number that we will be reviewing. This relates to the sheet name.

Then from this I would like it to take the information found in cell A5 on that specific sheet and copy it in to my cell on the master sheet.

The current formula is =’928’!A5 which is sheet 928 copy cell A5 data. I really need it to be =’B7’!A5 Cell B7 which is the number 928 find that sheet and copy cell A5.

Is there a correct way of doing this as I cannot seem to get it to work?

Thank you in advance.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
The way to do that is to use the "indirect function:

=INDIRECT(B7&"!A5")
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,668
Members
448,977
Latest member
moonlight6

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