Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default calculate remaining pay periods

Hello,

I'm trying to find a formula to calculate the remaining pay-periods of a
year.

If employee is paid twice a month then they have 24 pay periods a year.

But if they are hired on 2/1/2008 then they only have 22 pay periods a year.

But if they are hired on 2/16/2008 then they only have 21 pay periods a
year.

Is there a formula to do this?

Thank you,
--
Thank You!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default calculate remaining pay periods

It depends on what the pay dates are. 2 a month is usually the 15th and last
day of the month.

You'll have to tell us what the pay dates are.

--
Biff
Microsoft Excel MVP


"maijiuli" wrote in message
...
Hello,

I'm trying to find a formula to calculate the remaining pay-periods of a
year.

If employee is paid twice a month then they have 24 pay periods a year.

But if they are hired on 2/1/2008 then they only have 22 pay periods a
year.

But if they are hired on 2/16/2008 then they only have 21 pay periods a
year.

Is there a formula to do this?

Thank you,
--
Thank You!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default calculate remaining pay periods

=(12-MONTH(A1))*2+1+(DAY(A1)<16)


"maijiuli" wrote:

Hello,

I'm trying to find a formula to calculate the remaining pay-periods of a
year.

If employee is paid twice a month then they have 24 pay periods a year.

But if they are hired on 2/1/2008 then they only have 22 pay periods a year.

But if they are hired on 2/16/2008 then they only have 21 pay periods a
year.

Is there a formula to do this?

Thank you,
--
Thank You!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default calculate remaining pay periods

Thank you very much!
--
Thank You!


"Teethless mama" wrote:

=(12-MONTH(A1))*2+1+(DAY(A1)<16)


"maijiuli" wrote:

Hello,

I'm trying to find a formula to calculate the remaining pay-periods of a
year.

If employee is paid twice a month then they have 24 pay periods a year.

But if they are hired on 2/1/2008 then they only have 22 pay periods a year.

But if they are hired on 2/16/2008 then they only have 21 pay periods a
year.

Is there a formula to do this?

Thank you,
--
Thank You!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default calculate remaining pay periods

You're welcome!

"maijiuli" wrote:

Thank you very much!
--
Thank You!


"Teethless mama" wrote:

=(12-MONTH(A1))*2+1+(DAY(A1)<16)


"maijiuli" wrote:

Hello,

I'm trying to find a formula to calculate the remaining pay-periods of a
year.

If employee is paid twice a month then they have 24 pay periods a year.

But if they are hired on 2/1/2008 then they only have 22 pay periods a year.

But if they are hired on 2/16/2008 then they only have 21 pay periods a
year.

Is there a formula to do this?

Thank you,
--
Thank You!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default calculate remaining pay periods

calculate the remaining pay-periods of a year.

Curious about this:

If the hire date was 12/31/2008, how many pay periods are remaining in the
year, 1 or 0?

--
Biff
Microsoft Excel MVP


"maijiuli" wrote in message
...
Thank you very much!
--
Thank You!


"Teethless mama" wrote:

=(12-MONTH(A1))*2+1+(DAY(A1)<16)


"maijiuli" wrote:

Hello,

I'm trying to find a formula to calculate the remaining pay-periods of
a
year.

If employee is paid twice a month then they have 24 pay periods a year.

But if they are hired on 2/1/2008 then they only have 22 pay periods a
year.

But if they are hired on 2/16/2008 then they only have 21 pay periods a
year.

Is there a formula to do this?

Thank you,
--
Thank You!



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
Negative Entry to calculate remaining inventory Ian Excel Discussion (Misc queries) 2 February 20th 07 06:40 PM
How to calculate portfolio returns over different periods of time tfrentz Excel Worksheet Functions 4 January 25th 07 02:27 AM
calculate time periods umba-sr Excel Worksheet Functions 1 February 21st 06 03:13 PM
How do I calculate rate when pmt is made at end of periods hsummer Excel Worksheet Functions 1 August 7th 05 10:29 PM
Calculate Remaining Balance cindi Excel Worksheet Functions 2 December 8th 04 05:41 PM


All times are GMT +1. The time now is 06:36 PM.

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

About Us

"It's about Microsoft Excel"