Is there an easy way to sum a vlookup search in one formula?

nigidivitch

New Member
Joined
Sep 28, 2010
Messages
22
Is there an easy way to sum a vlookup search in one formula?

I have a dataset where column A is a list of tasks, column B is a list of names, columns C to N are represent Jan to Dec, and the data within columns B to N represents the number of days that the person in column B spent on the task in column A. The people (in cloumn B) can work on more than one task (column A).

I want to create a summary totalling each person's total, per month, so am trying to create a formula that looks for all instances of [name 1] in column B, and then sums all appropriate values in column C...

...but I'm stuck!

Any help would be very very useful indeed!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Is there an easy way to sum a vlookup search in one formula?

I have a dataset where column A is a list of tasks, column B is a list of names, columns C to N are represent Jan to Dec, and the data within columns B to N represents the number of days that the person in column B spent on the task in column A. The people (in cloumn B) can work on more than one task (column A).

I want to create a summary totalling each person's total, per month, so am trying to create a formula that looks for all instances of [name 1] in column B, and then sums all appropriate values in column C...

...but I'm stuck!

Any help would be very very useful indeed!
Something like this...

Let's assume your data is on Sheet2 in the range A2:C100.

On your summary sheet...

A2 = some name

=SUMIF(Sheet2!B$2:B$100,A2,Sheet2!C2:C100)
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,139
Members
449,098
Latest member
Doanvanhieu

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