HELP!!!!!!! Accounting Report!!!!!!!!!!!!!!

elcolombicheric

New Member
Joined
Nov 10, 2013
Messages
1

Location
Project
DISCIPLINE
NAME
Total Hours
A
1
xxx
John
1
A
1
xxx
John
1
A
2
xxx
John
3
A
1
xxx
Jane
5
B
1
xxx
Jane
5
B
2
xxx
Doe
2
B
2
xxx
Doe
2

<tbody>
</tbody>

How could I consolodate a similar report by taking values in the Project column and the persons name and adding the total hours worked for that particular Project. Instead of having multiple lines with repeated Project Numbers for an individual, I can report it on one line as a total for the person and the Project. For instance John would reflect 2 hrs total for the hours worked on Project 1 and 3 hours total for the hours worked on Project 2. I want to keep the same formatting just consolidate the information by Project and Name and giving the totals for that particular combination.

<tbody>
</tbody>
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Under the Data Menu, check out the Subtotal option. You can do what you want there..
 
Upvote 0
just a reminder for using SubTotal. Ou have to sort your table in ascending order accordingly. e.g. in your case, by Name and then by Project

OR you may consider to use Pivot Table to summarize your data

Under the Data Menu, check out the Subtotal option. You can do what you want there..
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,667
Members
449,462
Latest member
Chislobog

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