Milestone Calculations

eckert1961

New Member
Joined
Aug 16, 2002
Messages
36
Hello,

I have an Excel 2007 workbook that contains data exported from Microsoft Project 2003. I need to calculate the Milestone Payments and I'm not sure what the best approach is.

The costs are in Column I or J depending on the structure of the plan. Milestones are in Column B.

If costs are in Column I, I want to sum the amounts until The Test for the value = MILESTONE is True and insert the Total in the same row as the Milestone in the Cost column.

For example, the 1st occurrance of Milestone is in Row 149 so the sum will be calculated from I16:I148 and the total will be entered into I149. Once that total has been entered I want to continue on through the remainder of the worksheet until I reach the final occurrance of MILESTONE.

Here is a sample of my data.
Excel Workbook
ABCDEFGHIJ
128Interface Design for One Link Application (remove scope)
129Interface Requirement specification - Meeting Time
130Client2$ -23/05/2011
131Interface Requirement specification - Meeting Time
132Upside Software Solution Architect2$ 330.0023/05/2011
133Interface Technical specification - Meeting Time
134Upside Software Senior Technical Analyst2$ 330.0023/05/2011
135Interface - Specification Document
136Upside Software Solution Architect8$ 1,320.0023/05/2011
137Interface - Technical Specification Document Creation
138Upside Software Senior Technical Analyst18$ 2,970.0023/05/2011
139Review Interface with client for Sign Off
140Upside Software Solution Architect1$ 165.0003/06/2011
141Review Interface with client for Sign Off
142Upside Software Senior Technical Analyst1$ 165.0003/06/2011
143Review Interface with client for Sign Off
144Client1$ -03/06/2011
145Interface Specification Document - Clean up/Rework
146Upside Software Solution Architect8$ 1,320.0003/06/2011
147Interface Specification Document - Clean up/Rework
148Upside Software Senior Technical Analyst8$ 1,320.0003/06/2011
149MILESTONE: Completion of Business Process Review and Analysis
Sheet4
Excel 2007

Any assistance would be appreciated. Thanks.

Regards,
Chris
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hello,

Does anyone have any ideas on what is the best approach? Please let me know if I need to provide additional information or clarification. Thanks.

Regards,
Chris
 
Upvote 0
I played around with the following formula.

=SUMIF(Client!B15:B149,"",Client!I15:I149)

It works but I know where the value Milestone is in the data that I'm working with. Since the milestones will vary from project to project I need an automated method to determine where the Milestones are in Column B.

What I want is for code or formula to test each cell in Column B until it locates the cell where the value Milestone is entered. In my data the cells in Column B will either contain nothing or the value Milestone. It would then calculate the costs in Column I from where the testing started until the row where Milestone was entered. Once the 1st Milestone calculation is made then the testing and calculations would continue until the end of data is reached.

Example:

The test would begin at B15 and Milestone is first found in B149. The total would be the sum of I15:I149. The test would then resume starting at B150.

I hope that I was able to explain it clearly enough. If not please let me know what would help.

Thanks,
Chris
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,896
Members
452,948
Latest member
Dupuhini

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