How to calculate summary table for my production

clindemeier

New Member
Joined
Sep 15, 2003
Messages
8
Hi,
I'm working on the production of a Microsoft Office e-learning course.

My Excel file contains a worksheet where I track progress for each individual course module. The 4 production stages are (simplified): text - screenshots - voice-over and animation
Whenever a step is completed I currently enter a "1" in the relevant cell.

In order to track overall production progress, I use the dashboard on the 2nd worksheet. The report shows the progress for the overall e-learning course split by product and by production phase.
Currently, the progress is entered manually into the dashboard summary, but I want it to be calculated.
File can be seen here: https://drive.google.com/file/d/0BzlPWR9SUc70dlhGZ1BqQzlLQjA/view?usp=sharing

I tried to play with pivot table but can't get the same view as in my current dashboard.

Can anyone help?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi!

Try this at B4, then copy across and down.

=SUMIF(Source!$C$2:$C$16,$A4,OFFSET(Source!$D$2:$D$16,,COLUMN(A$1)-1))/COUNTIF(Source!$C$2:$C$16,$A4)

Godspeed!
 
Upvote 0

Forum statistics

Threads
1,215,131
Messages
6,123,223
Members
449,091
Latest member
jeremy_bp001

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