Formula Help To Get Data From Another Sheet

Weasel

Board Regular
Joined
Sep 13, 2005
Messages
58
I've got two seperate sheets that I'm working on and I need help with a formula to take pull data from one of the sheets to put in the other. One sheet, my master sheet, has all the unit information for SoHo as well as columns to enter in unit info for LA. The other sheet looks the same except it has all of the LA info. My sheets both look like this:

Code:
 A          B          C            D    E       F        G      H      I
                                               Soho	  Soho	 LA	  LA
					                                Sales	On Hand Sales  On Hand
 SSN	 STYLE	 DESCRIPTION   COLOR	 SIZE	Units	Units	Units	Units
 A06 	 DM009KK   ANSIL    	DESIZED  30/30    0	     3		
 A06 	 DM009KK   ANSIL       DESIZED  30/32    0	     2		
 A06 	 DM009KK   ANSIL       DESIZED  30/34    2	     0		
 A06 	 DM009KK   ANSIL       DESIZED  31/30    2	     3

The sheets goes on and on with the different styles, colors, and sizes. What I need is a forumla to put into row H and I that will look in the LA sheet. When it finds the row with the same style, color, and size it will then display the amount of units from the LA sheet for that item. Thanks in advance for any help.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
I think you can use a SUMIF. There is wizard for using this Tools->Wizard->Conditional Sum. If you do not have this you need to have the Conditional Sum wizard add-in. Go to Tools->Add-Ins and click the box.

When you use the wizard it asks you if you want to show the criteria as well as the answer. If you answer yes you can then put the cells where your current data is for the criteria. When the formula is shown on the sheet you can jusy copy down adjusting for aboslute/relative address references
 
Upvote 0

Forum statistics

Threads
1,214,972
Messages
6,122,530
Members
449,088
Latest member
RandomExceller01

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