Calculating % of Project Complete

Kymbacat777

New Member
Joined
Aug 26, 2018
Messages
2
I have a list of 10 tasks in column A.

Each of these 10 tasks is allocated varying percentages adding upto 100% of a project (column B). Ie. Task 1 represents 3% of the total project, task 2 represents 50% of the total project, etc.

In column C is the % complete or each task - for example 25% of task 1 is complete.

How do I calculate what percentae of the overall project is complete for each task in column D? I know the answer in my example for task 1 would be 0.75% but I dont know how to calculate this in excel.

Hope that make sense!
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
is it just the product of column B & C values?

so for row 2, cell D2 could have formula =B2*C2
or =PRODUCT(B2,C2)
or =PRODUCT(B2:C2)

OK?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,530
Messages
6,120,071
Members
448,943
Latest member
sharmarick

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