#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default date calcuations

Im trying to develop a table to calculate annual salary remaining. With a 1
year date range based on 26.088 weeks in this range, what I would like to
happen is to be able to enter any date in a cell and in another cell show the
how much of the annual salary remains from the day entered. Example:
assuming date range is Jan1,07 to Dec31,07
A1 €“ June 1, 2007(dd/mm/yyyy)
B1 - $30,000 (annual salary)
C1 =A2/26.088 (1149.95) €“Biweekly
D1 (=???formula???) (Result- $14999.94) remains as of June 1,***rough
calcualtions

--
hard at work
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default date calcuations

Why not divide by 365 to get the salary per day? Then you need only to multiply
by the number of days left in the year, as in:

=(date(year(a1),12,31)+1-a1)*b1/365

--
Regards,
Fred


"Carlene" wrote in message
...
I'm trying to develop a table to calculate annual salary remaining. With a 1
year date range based on 26.088 weeks in this range, what I would like to
happen is to be able to enter any date in a cell and in another cell show the
how much of the annual salary remains from the day entered. Example:
assuming date range is Jan1,07 to Dec31,07
A1 - June 1, 2007(dd/mm/yyyy)
B1 - $30,000 (annual salary)
C1 =A2/26.088 (1149.95) -Biweekly
D1 (=???formula???) (Result- $14999.94) remains as of June 1,***rough
calcualtions

--
hard at work



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default date calcuations

The key is 26.088 used in salary calculations universally at work It may
have something to do with using the fiscal year instead of the calendar year.
I believe using "days" calculation slightly alters the outcome.
--
hard at work


"Fred Smith" wrote:

Why not divide by 365 to get the salary per day? Then you need only to multiply
by the number of days left in the year, as in:

=(date(year(a1),12,31)+1-a1)*b1/365

--
Regards,
Fred


"Carlene" wrote in message
...
I'm trying to develop a table to calculate annual salary remaining. With a 1
year date range based on 26.088 weeks in this range, what I would like to
happen is to be able to enter any date in a cell and in another cell show the
how much of the annual salary remains from the day entered. Example:
assuming date range is Jan1,07 to Dec31,07
A1 - June 1, 2007(dd/mm/yyyy)
B1 - $30,000 (annual salary)
C1 =A2/26.088 (1149.95) -Biweekly
D1 (=???formula???) (Result- $14999.94) remains as of June 1,***rough
calcualtions

--
hard at work




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default date calcuations

They're accounting for leap years in that the average number of days in a
year is 365.25.

365.25 / 14 (days in a pay period) = 26.08929

Biff

"Carlene" wrote in message
...
The key is 26.088 used in salary calculations universally at work It may
have something to do with using the fiscal year instead of the calendar
year.
I believe using "days" calculation slightly alters the outcome.
--
hard at work


"Fred Smith" wrote:

Why not divide by 365 to get the salary per day? Then you need only to
multiply
by the number of days left in the year, as in:

=(date(year(a1),12,31)+1-a1)*b1/365

--
Regards,
Fred


"Carlene" wrote in message
...
I'm trying to develop a table to calculate annual salary remaining.
With a 1
year date range based on 26.088 weeks in this range, what I would like
to
happen is to be able to enter any date in a cell and in another cell
show the
how much of the annual salary remains from the day entered. Example:
assuming date range is Jan1,07 to Dec31,07
A1 - June 1, 2007(dd/mm/yyyy)
B1 - $30,000 (annual salary)
C1 =A2/26.088 (1149.95) -Biweekly
D1 (=???formula???) (Result- $14999.94) remains as of June
1,***rough
calcualtions

--
hard at work






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default date calcuations

Regardless, you're still going to have to calculate a daily rate. So use C1/7
instead of A1/365.

--
Regards,
Fred


"Fred Smith" wrote in message
...
Why not divide by 365 to get the salary per day? Then you need only to
multiply by the number of days left in the year, as in:

=(date(year(a1),12,31)+1-a1)*b1/365

--
Regards,
Fred


"Carlene" wrote in message
...
I'm trying to develop a table to calculate annual salary remaining. With a 1
year date range based on 26.088 weeks in this range, what I would like to
happen is to be able to enter any date in a cell and in another cell show the
how much of the annual salary remains from the day entered. Example:
assuming date range is Jan1,07 to Dec31,07
A1 - June 1, 2007(dd/mm/yyyy)
B1 - $30,000 (annual salary)
C1 =A2/26.088 (1149.95) -Biweekly
D1 (=???formula???) (Result- $14999.94) remains as of June 1,***rough
calcualtions

--
hard at work







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Report Date - Date Recv = Days Late, but how to rid completed date MS Questionnairess Excel Worksheet Functions 1 January 24th 07 11:05 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
Make date change in excel to current date when opening daily? jamie Excel Discussion (Misc queries) 3 March 1st 06 03:37 PM
Cell Calcuations Bruce D. Excel Discussion (Misc queries) 8 February 4th 05 04:27 PM
Date updates from worksheet to chart & changes date to a date series! Help!! Jayjg Charts and Charting in Excel 2 January 22nd 05 03:00 PM


All times are GMT +1. The time now is 10:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"