Help w Excel combining duplicate rows and add
Last answer on Apr 19, 2009 9:01:25 am BST madi101, on Oct 13, 2008 2:10:21 am BSTHello,
I have a spreadsheet with employee names and hours worked. Each employee has multiple lines with four columns. I want to have each employee have one line and to add the number of hours that is in the same column for that employee.
Name track track pp hrs
abrams, james 12.82 12.00
abrams, james 10.00 0 11.5
acker, edward 12.22 11.50
acker, edward 10.00 0 1
i can have hundreds of lines.
I want the outcome to look like this:
Name track track pp hrs
abrams, james 12.82 22.00 0 11.5
acker, edward 12.22 22.50 1 1
if there is a formula that can do this or a macro, please help.
Configuration: Windows XP Internet Explorer 6.0
Best answers for « Help w Excel combining duplicate rows and add » in :
Avoid duplicates in Excel Show Avoid duplicates in Excel
In order to avoid duplication when encoding in a column from an excel sheet:
take the conditional format on the first cell under the headings (eg A2)
choose the following formula:...
Inserting an animated gif in Excel ShowInserting an animated gif in Excel
To insert an animated gif image in an Excel spreadsheet, you must insert the image into a control.
To insert the control, go to the View menu/Toolbars/Control Toolbox
Activate the first button Design...
Adding a VBA CommandButton with its respective the code ShowAdding a VBA CommandButton with its respective the code
Paste these two sub in a general module (Module1 for example).
Sub CreateButton()
Dim Obj As Object
Dim Code As String
Sheets("Sheet1").Select
'create button
...
[Excel] Adding a fixed date in a cell Show[Excel] Adding a fixed date in a cell
If you want to insert the current date in a cell in following format DD /MM/YYYY, and that it remains unchanged, without being updated each time the file is opened.
Simply type "ctrl" + ";" in the...
Worksheet - Cells ShowThe Concept of a Cell
A "cell" is the intersection between a line
(horizontal) and a column (vertical) on a worksheet. Thus, the name of
the line combined with the name of the column gives the cell's
coordinates (the term address is sometimes also...

