condensing multiple worksheets to one summary worksheet

5639

New Member
Joined
Feb 12, 2004
Messages
2
I have multiple worksheets that I want to extract data from based on set criteria.

All worksheets have similar column titles.

What I want is the following...

column A = Names
column B = Weight
column C = Location


In worksheet1 if column A = "charlie", then take the information that is associated with this (columns B and C) and place it in my summary worksheet under the appropriate headings.

Can you help me out!!!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Have you tried vlookup.

In cell A2 of your summary sheet you would have "charlie" then in column b use the formula =VLOOKUP(A2,Sheet2!A:C,2,FALSE) in column c use the same formula but change the 2 to 3. You should be able to copy this as far down as you need. If you want to look stuff up on other sheets, you will need to change the name of the sheet in the formula.

Vinman
 
Upvote 0

Forum statistics

Threads
1,214,893
Messages
6,122,118
Members
449,066
Latest member
Andyg666

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