Formula Help Needed -- Not exactly sure what I need

patreilly441

New Member
Joined
Mar 16, 2017
Messages
2
Hello, Any help will be greatly appreciated :). Using my example below, I want a formula to look for the Territory ID in Table 2 and find it it Table 1 and when it is found sum up only Value1, Value2 and Value5 (Columns B, C, F) for that row.

In the example -- the answer is 9. I can't figure out the formula that I would use in Table 2 :confused:. I have tried SumIf, Vlookup, combinations and i am just not getting it done.

Table 1
Territory IDValue1Value2Value3Value4Value5
1111111
1211111
1311111
1411111
1511111
1111111
1211111
1311111
1411111
1511111
1111111
1211111
1311111

<colgroup><col width="64" span="6" style="width:48pt"> </colgroup><tbody>
</tbody>


Table 2
Territory IDSum
11formula?
12
13

<tbody>
</tbody>



Thank you very much. Pat
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
If the numbers under the value columns are always 1 you do a countif on the ID column and multiply it by the number of value columns you want to include. Or, you can just string together sumifs like this:
Excel Workbook
ABCDEF
1Territory IDValue1Value2Value3Value4Value5
21111111
31211111
41311111
51411111
61511111
71111111
81211111
91311111
101411111
111511111
121111111
131211111
141311111
15******
16******
17Territory IDSum****
18119****
19129****
20139****
Sheet11
 
Upvote 0
Joe -- thank you so much for the very fast response the sumif is exactly what i needed. as soon as i saw your formula i realized my mistake was doing one sumif and trying to ask it to look at everything at once rather than string 3 statements together. Thank you, thank you, thank you! :):):) Pat
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,426
Members
448,961
Latest member
nzskater

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