Formula help

brockedp

New Member
Joined
Nov 13, 2013
Messages
1
Hi,
I am new to formulas on excel. I need help making a formula which will find names that are located on a spreadsheet and the numbers associated with them in the cell next to them. Once they find the name, it will sum up the numbers associated wit them. This formula will be used for conducting hours spent working on a job by an individual. If the formula could be explains too, i would really appreciate it. Thank you for the help.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hi and welcome to the board!

You should look into the SUMIF, SUMPRODUCT function since you are dealing with numbers.

Post up a sample of your data.


Excel 2010
ABCDE
23John12Smith21
24Smith21John138
25Joe32
26Doe321
27John3
28John123
29Joe12
30Joe3122
Sheet3
Cell Formulas
RangeFormula
E23=SUMIF($A$23:$A$30,$D23,$B$23:$B$30)
E24=SUMIF($A$23:$A$30,$D24,$B$23:$B$30)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,875
Members
452,363
Latest member
merico17

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