Lookup Formula that can find multiple values and sum them

cbc3015

New Member
Joined
Feb 18, 2015
Messages
7
Hi All,

I have a multi-sheet excel 2013.

I want to use a lookup function that finds all the same types and sums the values. I tried Vlookup, but not all the categories have every type every month and I'd like it to stay static from month to month. I also tried Index, but it wasn't returning the right values.

SHEET 1

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Quality[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Type A[/TD]
[TD]*Want Sum of total (e.g. 5+7+9)[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Type B[/TD]
[TD]*Want Sum of total (e.g. 6+8+10)[/TD]
[/TR]
</tbody>[/TABLE]

SHEET 2

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Category 1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]Type A[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Type B[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Category 2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]Type A[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]Type B[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Category 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[TD]Type A[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Category 4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD]Type B[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]

Is there any formula that would do this?

Thank you so much!!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Wow Thank you!!! I spent 3 hours trying to figure this out and you solved it within seconds. The help is greatly appreciated!
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,853
Members
452,361
Latest member
d3ad3y3

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