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

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
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,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

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