Summing numerous entries per department into one total...NO PIVOT TABLE

apatreau

Board Regular
Joined
Aug 11, 2008
Messages
52
Hi there,

I am making an project estimate spreadsheet and will have numerous resources for each department. I would like summarize the total for each department which would of course typically be done through a pivot table...only I'm finding the pivot table a little high maintenance with having to right click and refresh data.

I need this to work automatically as I will be handing this off to people who will have no idea how to work with a pivot table.

The department info I need to summarize is from G5 - G22. the total cost for that resource/department is from J5 - J22.

Any ideas?
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
What is "high maintenance" about 2 mouse clicks? I understand that your colleagues may not have experience/knowledge of pivot tables, but could you not just explain that in order to see the most up to date information they should right click in the pivottable and press refresh?

If that isn't a suitable option then please post an example of your data...

:)
 
Upvote 0
What is "high maintenance" about 2 mouse clicks? I understand that your colleagues may not have experience/knowledge of pivot tables, but could you not just explain that in order to see the most up to date information they should right click in the pivottable and press refresh?

If that isn't a suitable option then please post an example of your data...

:)

Trust me, I know. But two mouse clicks is more high maintenance than no mouse clicks.

How does one post an image on this message board? I've never been able to figure it out, it always wants a link and never a file.
 
Upvote 0
Trust me, I know. But two mouse clicks is more high maintenance than no mouse clicks.

How does one post an image on this message board? I've never been able to figure it out, it always wants a link and never a file.


I think your question's been answered above my post... :)

As far as posting images are concerned, I've always uploaded my images to Photobucket, then copied the link from there...
 
Upvote 0
You could use a cell reference to choose which department to look at

=SUMIF(G5:G22,A5,J5:J22)

A5 = DepartmentName



P.S.

A pivot table can be configured to automatically refresh upon opening the workbook.
 
Upvote 0
You could use a cell reference to choose which department to look at

=SUMIF(G5:G22,A5,J5:J22)

A5 = DepartmentName



P.S.

A pivot table can be configured to automatically refresh upon opening the workbook.

Beautiful! thanks everyone!
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,544
Members
452,925
Latest member
duyvmex

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