PC Review


Reply
Thread Tools Rate Thread

Cumulative labor calculation

 
 
MarkMcG
Guest
Posts: n/a
 
      28th Aug 2008
Please forgive my indolence (and perhaps slothfullness). Communal work is
the best.

I have a salary for 2008. I want to calculate a 3.5% increase, year over
year, until 2013. Any slick way to do this?


Not Good Good
2008 480,658.00
2009 497,481.03 497,481.03
2010 514,304.06 514,892.87
2011 531,127.09 532,914.12
2012 547,950.12 551,566.11
2013 564,773.15 570,870.92


I found the current year's ordinal from 2008 and multiplied this by .035,
added a 1 and it looked good (not). I realized that it was not an
accumulation, but rather based on the original salary.

Many thanks.
 
Reply With Quote
 
 
 
 
Glenn
Guest
Posts: n/a
 
      28th Aug 2008
MarkMcG wrote:
> Please forgive my indolence (and perhaps slothfullness). Communal work is
> the best.
>
> I have a salary for 2008. I want to calculate a 3.5% increase, year over
> year, until 2013. Any slick way to do this?
>
>
> Not Good Good
> 2008 480,658.00
> 2009 497,481.03 497,481.03
> 2010 514,304.06 514,892.87
> 2011 531,127.09 532,914.12
> 2012 547,950.12 551,566.11
> 2013 564,773.15 570,870.92
>
>
> I found the current year's ordinal from 2008 and multiplied this by .035,
> added a 1 and it looked good (not). I realized that it was not an
> accumulation, but rather based on the original salary.
>
> Many thanks.


With your salary in B2, put the following in B3 and copy down:

=B2*1.035
 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      28th Aug 2008
=ROUND(B1*1.035,2)

and copy down

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"MarkMcG" <(E-Mail Removed)> wrote in message
news:479A6C20-1019-4621-9D17-(E-Mail Removed)...
> Please forgive my indolence (and perhaps slothfullness). Communal work is
> the best.
>
> I have a salary for 2008. I want to calculate a 3.5% increase, year over
> year, until 2013. Any slick way to do this?
>
>
> Not Good Good
> 2008 480,658.00
> 2009 497,481.03 497,481.03
> 2010 514,304.06 514,892.87
> 2011 531,127.09 532,914.12
> 2012 547,950.12 551,566.11
> 2013 564,773.15 570,870.92
>
>
> I found the current year's ordinal from 2008 and multiplied this by .035,
> added a 1 and it looked good (not). I realized that it was not an
> accumulation, but rather based on the original salary.
>
> Many thanks.



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      28th Aug 2008
That should have been

B2: =B1*1.035

and then copy down

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"MarkMcG" <(E-Mail Removed)> wrote in message
news:479A6C20-1019-4621-9D17-(E-Mail Removed)...
> Please forgive my indolence (and perhaps slothfullness). Communal work is
> the best.
>
> I have a salary for 2008. I want to calculate a 3.5% increase, year over
> year, until 2013. Any slick way to do this?
>
>
> Not Good Good
> 2008 480,658.00
> 2009 497,481.03 497,481.03
> 2010 514,304.06 514,892.87
> 2011 531,127.09 532,914.12
> 2012 547,950.12 551,566.11
> 2013 564,773.15 570,870.92
>
>
> I found the current year's ordinal from 2008 and multiplied this by .035,
> added a 1 and it looked good (not). I realized that it was not an
> accumulation, but rather based on the original salary.
>
> Many thanks.



 
Reply With Quote
 
Spiky
Guest
Posts: n/a
 
      28th Aug 2008
On Aug 28, 11:02 am, MarkMcG <Mark...@discussions.microsoft.com>
wrote:
> Please forgive my indolence (and perhaps slothfullness). Communal work is
> the best.
>
> I have a salary for 2008. I want to calculate a 3.5% increase, year over
> year, until 2013. Any slick way to do this?
>
> Not Good Good
> 2008 480,658.00
> 2009 497,481.03 497,481.03
> 2010 514,304.06 514,892.87
> 2011 531,127.09 532,914.12
> 2012 547,950.12 551,566.11
> 2013 564,773.15 570,870.92
>
> I found the current year's ordinal from 2008 and multiplied this by .035,
> added a 1 and it looked good (not). I realized that it was not an
> accumulation, but rather based on the original salary.
>
> Many thanks.


If B1 is the original salary, put =B1*1.035 into B2. Then copy B2 down
as far as you expect to live.
 
Reply With Quote
 
Gary''s Student
Guest
Posts: n/a
 
      28th Aug 2008
With 480,658 in B1, in B2 enter:

=B1*1.035 and copy down to display:

480,658.00
497,481.03
514,892.87
532,914.12
551,566.11
570,870.92
590,851.41
611,531.21
632,934.80
655,087.52

--
Gary''s Student - gsnu200802


"MarkMcG" wrote:

> Please forgive my indolence (and perhaps slothfullness). Communal work is
> the best.
>
> I have a salary for 2008. I want to calculate a 3.5% increase, year over
> year, until 2013. Any slick way to do this?
>
>
> Not Good Good
> 2008 480,658.00
> 2009 497,481.03 497,481.03
> 2010 514,304.06 514,892.87
> 2011 531,127.09 532,914.12
> 2012 547,950.12 551,566.11
> 2013 564,773.15 570,870.92
>
>
> I found the current year's ordinal from 2008 and multiplied this by .035,
> added a 1 and it looked good (not). I realized that it was not an
> accumulation, but rather based on the original salary.
>
> Many thanks.

 
Reply With Quote
 
MarkMcG
Guest
Posts: n/a
 
      28th Aug 2008
My apologies for not being clear. The last col of sample I gave was a copy
down of the formula. The sample shows the two results, one right, the other
nefarious.

A "copy down" is not possible in the table, which can have different cost
elements per row (labor, capital, expense, etc).

My calculation, which is driven by the row being "Labor", looks over at the
type of labor, gets a Base Salary, looks at the Year, calculates the number
years from 2008, multiplies .035 by the Number of Years + 1.

Base_Salary * ((YEAR(B126)-2008)*0.035)+1)

For 3 years for 100K this looks like:

100,000 * ((3 * 0.035)+1) = $110,500

Which results in .035% * number of years of the BASE salary for 2008, which
is not correct. I need it to accumulate the salary from a base which would
look like this.

((Base_Salary*1.035)*1.035)*1.035 = $110,871.79

Any ideas?
 
Reply With Quote
 
Glenn
Guest
Posts: n/a
 
      28th Aug 2008
MarkMcG wrote:
> My apologies for not being clear. The last col of sample I gave was a copy
> down of the formula. The sample shows the two results, one right, the other
> nefarious.
>
> A "copy down" is not possible in the table, which can have different cost
> elements per row (labor, capital, expense, etc).
>
> My calculation, which is driven by the row being "Labor", looks over at the
> type of labor, gets a Base Salary, looks at the Year, calculates the number
> years from 2008, multiplies .035 by the Number of Years + 1.
>
> Base_Salary * ((YEAR(B126)-2008)*0.035)+1)
>
> For 3 years for 100K this looks like:
>
> 100,000 * ((3 * 0.035)+1) = $110,500
>
> Which results in .035% * number of years of the BASE salary for 2008, which
> is not correct. I need it to accumulate the salary from a base which would
> look like this.
>
> ((Base_Salary*1.035)*1.035)*1.035 = $110,871.79
>
> Any ideas?




= Base_Salary * 1.035 ^ Years
 
Reply With Quote
 
MarkMcG
Guest
Posts: n/a
 
      29th Aug 2008
Sweet! Thanks Glenn!

"Glenn" wrote:

> MarkMcG wrote:
> > My apologies for not being clear. The last col of sample I gave was a copy
> > down of the formula. The sample shows the two results, one right, the other
> > nefarious.
> >
> > A "copy down" is not possible in the table, which can have different cost
> > elements per row (labor, capital, expense, etc).
> >
> > My calculation, which is driven by the row being "Labor", looks over at the
> > type of labor, gets a Base Salary, looks at the Year, calculates the number
> > years from 2008, multiplies .035 by the Number of Years + 1.
> >
> > Base_Salary * ((YEAR(B126)-2008)*0.035)+1)
> >
> > For 3 years for 100K this looks like:
> >
> > 100,000 * ((3 * 0.035)+1) = $110,500
> >
> > Which results in .035% * number of years of the BASE salary for 2008, which
> > is not correct. I need it to accumulate the salary from a base which would
> > look like this.
> >
> > ((Base_Salary*1.035)*1.035)*1.035 = $110,871.79
> >
> > Any ideas?

>
>
>
> = Base_Salary * 1.035 ^ Years
>

 
Reply With Quote
 
Glenn
Guest
Posts: n/a
 
      29th Aug 2008
MarkMcG wrote:
> Sweet! Thanks Glenn!
>



You're welcome!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cumulative calculation DanielS via AccessMonster.com Microsoft Access Queries 6 29th Oct 2007 03:41 PM
Who can I make a Cumulative calculation in Excel sheet? =?Utf-8?B?QWhtZWQ=?= Microsoft Excel Worksheet Functions 2 27th Mar 2006 11:39 AM
Cumulative Calculation agfraser76 Microsoft Excel Misc 1 1st Jun 2004 04:53 PM
DSum - cumulative calculation =?Utf-8?B?QmlyZ2Vy?= Microsoft Access Queries 3 25th May 2004 12:43 PM
Cumulative days calculation in a time series Nick Marmont Microsoft Excel Worksheet Functions 3 24th Nov 2003 07:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:58 AM.