Eliminate duplicates in one column while totaling value from another

Semperfi4Life83

New Member
Joined
Jan 14, 2022
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am trying to eliminate duplicates from column "D" while totaling the values entered in column "F" in snippet below. I want to show just one WO # but the total number of hours .

The end result should be for example:
  • 21_047963 = 3.0
  • 22_060044 = 14
  • 22_060048 = 13
1643636749380.png


Appreciate any thoughts on a way to not do this manually!

James
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
try this

Book1
ABCDE
1WOHrsWOHrs
21113
31124
42132
521
621
711
821
931
1031
Sheet1
Cell Formulas
RangeFormula
D2:D4D2=UNIQUE(A2:A10)
E2:E4E2=SUMIF($A$2:$A$10,D2,$B$2:$B$10)
Dynamic array formulas.
 
Upvote 0
Solution
you're welcome.
glad that works for you
 
Upvote 0

Forum statistics

Threads
1,214,537
Messages
6,120,096
Members
448,944
Latest member
SarahSomethingExcel100

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