Formula help with two sheets

Shetara

New Member
Joined
Feb 17, 2017
Messages
43
Hello I need a formula to bring info over to another sheet with 3 unique identifiers:

Data on Sheet 1 - (Where the formula will be copied into to populate data)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Org[/TD]
[TD]Number[/TD]
[TD]Class[/TD]
[TD]Type[/TD]
[TD]Funding[/TD]
[/TR]
[TR]
[TD]OGH[/TD]
[TD]217[/TD]
[TD]11.23[/TD]
[TD]18659[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]217[/TD]
[TD]11.45[/TD]
[TD]18659[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SMI[/TD]
[TD]217[/TD]
[TD]11.36[/TD]
[TD]78659[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OGH[/TD]
[TD]217[/TD]
[TD]12[/TD]
[TD]18648[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Data source:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Org[/TD]
[TD]Number[/TD]
[TD]Class[/TD]
[TD]Type[/TD]
[TD]funding[/TD]
[/TR]
[TR]
[TD]OGH[/TD]
[TD]217[/TD]
[TD]11.2[/TD]
[TD]18659[/TD]
[TD]$20[/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]217[/TD]
[TD]11.45[/TD]
[TD]18659[/TD]
[TD]$56[/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]217[/TD]
[TD]11.36[/TD]
[TD]78659[/TD]
[TD]$449[/TD]
[/TR]
[TR]
[TD]OGH[/TD]
[TD]217[/TD]
[TD]12[/TD]
[TD]18648[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Yes the three identifiers are Org, Number, and Type.

Also, not that the Class column in one sheet 11.23 and the other is saying 11.2 but mean the same.
 
Upvote 0
Assuming the the second sheet name is Data (adjust to suit), maybe...

E2 copied down
=SUMIFS(Data!E:E,Data!A:A.A2,Data!B:B,B2,Data!D:D,D2)

Hope this helps

M.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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