+ Reply to Thread
Results 1 to 3 of 3

Need formula to calculate sick day entitlement based on anniversary date

  1. #1
    Registered User
    Join Date
    02-25-2022
    Location
    Alberta, Canada
    MS-Off Ver
    2016
    Posts
    1

    Need formula to calculate sick day entitlement based on anniversary date

    Hello,
    I have basic excel skills and need assistance with a formula(s). We have employees, with over 90 days of employment, that get 5 sick days to start with as this is a new provision. I will need a formula to auto-populate 5 days when they reach their anniversary date and/or when they reach their 90 day employment period. Any days not used in their anniversary year do not roll over to the following year.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,421

    Re: Need formula to calculate sick day entitlement based on anniversary date

    Welcome to the forum.

    In G2:

    =IF(E2>TODAY(),0,5)

    I am not sure why you need the anniversary calculation. Please explain its purpose.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,621

    Re: Need formula to calculate sick day entitlement based on anniversary date

    Try this in G2

    =IF(OR($E2< TODAY(),DATE(YEAR($D2)+1,MONTH($D2),DAY($D2)-1)< TODAY()),5,0)
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Anniversary Start date to reset Employees Sick leave and Vacation Time
    By TheSpa88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-21-2021, 11:36 AM
  2. [SOLVED] Sick pay entitlement - sum to calculate number of days taken within the past 12 months?
    By CRW1984 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-07-2019, 11:21 AM
  3. [SOLVED] Calculate Mid Year Pay Increase Based on Anniversary Date
    By MandyP85 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-23-2018, 02:07 PM
  4. Help need Formula to calculate vacation days left based on anniversary date.
    By yreynolds in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-25-2015, 11:57 AM
  5. Replies: 2
    Last Post: 01-31-2013, 02:01 PM
  6. Replies: 0
    Last Post: 01-31-2013, 01:42 PM
  7. [SOLVED] Formula assistance needed to sum data based on anniversary date and month date
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-28-2012, 11:18 PM

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