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)

OrgNumberClassTypeFunding
OGH21711.2318659
GHI21711.4518659
SMI21711.3678659
OGH2171218648

<tbody>
</tbody>

Data source:
OrgNumberClassTypefunding
OGH21711.218659$20
GHI21711.4518659$56
GHI21711.3678659$449
OGH2171218648

<tbody>
</tbody>
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
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,215,467
Messages
6,124,985
Members
449,201
Latest member
Lunzwe73

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