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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
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,213,507
Messages
6,114,029
Members
448,543
Latest member
MartinLarkin

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