+ Reply to Thread
Results 1 to 5 of 5

Entering date in cell need to show bi-weekly paydate in another

  1. #1
    Rebecca
    Guest

    Entering date in cell need to show bi-weekly paydate in another

    Excel - I am creating an HR form for wage adjustments. I need to enter a date
    in one cell and have the associated bi-weekly paydate show in another cell on
    the form.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    Win10/MSO2016
    Posts
    12,994
    Assuming paydys are around the 1st and 15th, something like:
    =IF(DAY(A1)>15,A1+30-DAY(A1)+1,A1+15-DAY(A1))
    should get you in the right direction...

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792
    Hi Rebecca, you haven't given much away.

    If you always want to find the NEXT payday, after a date in A1, assuming paydays are every 14 days, try this.

    In B1 put any past paydate

    in C1 use this formula

    =CEILING(A1-B1,14)+B1

  4. #4
    Sandy Mann
    Guest

    Re: Entering date in cell need to show bi-weekly paydate in another

    Rebecca/Victoria?

    If you want to find the date with only one reference cell then try:

    =CEILING(A1+0,14)-0

    Which returns a Saturday date. To return the previous Thursday change the
    +0 and -0 to 2's:

    =CEILING(A1+2,14)-2

    To return the "other" Thursday (ie the intervening Thursday) use:

    =CEILING(A1+9,14)-9

    Similarly +3 and -3 ( or +10 and -10) will return Wednesday etc

    --
    HTH

    Sandy
    In Perth, the ancient capital of Scotland

    [email protected]
    [email protected] with @tiscali.co.uk


    "Rebecca" <[email protected]> wrote in message
    news:[email protected]...
    > Excel - I am creating an HR form for wage adjustments. I need to enter a
    > date
    > in one cell and have the associated bi-weekly paydate show in another cell
    > on
    > the form.




  5. #5
    Sandy Mann
    Guest

    Re: Entering date in cell need to show bi-weekly paydate in another


    "Sandy Mann" <[email protected]> wrote in message
    news:%23TY%[email protected]...
    > Rebecca/Victoria?


    My Apologies for calling you Victoria - I don't know where that came from.

    --

    Sandy
    In Perth, the ancient capital of Scotland



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1