Help please

Gixxer Lad

New Member
Joined
Dec 21, 2004
Messages
21
Office Version
  1. 365
Platform
  1. Windows
Hi Clever Folk,
Forgive me if this has been previously been answered, I have had a look and cannot find anything that helps.

I have a worksheet where columns A, C, E, G, I & so on have list of names and B, D, F, H, J & so on have lists of numbers.
I am looking for a formula where it looks to match a particular name in the array and total the numbers that are in the cell immediately to the right, the name can appear in any of the name columns.

Any help is appreciated, unfortunately I cannot get my head around it.
Thanks in advance
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Please change your profile to reflect the version of Excel you are using and illustrate some sample data and expected results using XL2BB.
 
Upvote 0
See if something like this could work for you. If not, refer to post #2.

23 07 12.xlsm
ABCDEFGHIJK
1NameAmount
2a5f7k2r6m3
3b4g6l6s1a12
4c1h3m3a7
5d8i4n9
6e9j3o5
7p5
8q7
9
10
Gixxer Lad
Cell Formulas
RangeFormula
K2:K3K2=SUMIF(A$2:G$10,J2,B$2:H$10)
 
Upvote 0
Solution
You're welcome. Thanks for the follow-up. :)
.. and for updating your version info. (y)
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,783
Members
449,188
Latest member
Hoffk036

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