+ Reply to Thread
Results 1 to 5 of 5

Formula for Dollar Amount Expiration Tracking Based on 2 Year Date Range

  1. #1
    Registered User
    Join Date
    01-12-2022
    Location
    San Diego
    MS-Off Ver
    2016
    Posts
    4

    Formula for Dollar Amount Expiration Tracking Based on 2 Year Date Range

    My organization has a spreadsheet that is used to track an incentive program. Nurses in our organization can record the hours they spend training new nurses. They receive $1.25 per hour extra that they can use to be reimbursed for certain purchases. We have over 1,000 nurses participating whose balances need to be tracked.

    The organization recently added a rule that nurses have to use their funds within 2 years, or those hours will expire.

    This is supposed to be on a monthly basis. So, for example, hours recorded on January 2021 will expire February 1, 2023. Hours recorded February 2021 will expire March 1, 2023 and so on moving forward. This staggering is to ensure that nurses have the full two years to spend their funds.

    We need to find a way to get the spreadsheet to calculate this expiration. However, we also need it to take into account if the Nurse already spent the hours.

    In the attached example spreadsheet, the Nurse put in hours on March 2020, so these hours would normally expire April 1, 2022. However, they spent money in 2021, so we need the expiration calculation to leave the hours alone that total the amount spent.

    The spreadsheet is currently separated into two sheets. Sheet 1 records the 2020-2021 records, Sheet 2 is for the 2022-2023 range. In theory when hours on Sheet 1 hit the 2 year expiration, the dollar amount recorded per month in the 2020-2021 sheet would be subtracted from the 2022-2023 sheet, but only if those points have not already been used.

    I have not been able to figure out how to get it to leave the balance alone if the nurse already spent funds.

    I have dabbled in VBA, so if there is a way to do this via that method rather than formulas, I would be open to that as well.

    The goal is to get the Expiration to calculate within the spreadsheet so that we do not have to do this manually for over a thousand records. Human error is bound to be an issue if we have to calculate this manually.

    Your insight and experience are greatly appreciated!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,178

    Re: Formula for Dollar Amount Expiration Tracking Based on 2 Year Date Range

    you really should start using a database instead of a spreadsheet for this.
    Microsoft Access is build just for this, to query data over time.
    Don't use a screwdriver to hammer in nails.

  3. #3
    Registered User
    Join Date
    01-12-2022
    Location
    San Diego
    MS-Off Ver
    2016
    Posts
    4

    Re: Formula for Dollar Amount Expiration Tracking Based on 2 Year Date Range

    I am aware of this.

    My organization is notorious for using Excel for things that would work better in other programs.

    However, this is the tracking system I was handed when I took this position and I am being expected to make it work as is, at least for the time being.

    Any suggestions for how to get this working in Excel would be greatly appreciated.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,706

    Re: Formula for Dollar Amount Expiration Tracking Based on 2 Year Date Range

    Hello BiblioManiac and Welcome to Excel Forum.
    If you are allowed to put this on one sheet, I feel that would make things easier.
    Note that since an Excel spreadsheet has 16,384 columns it could accommodate 1,365 years' worth of monthly data on one sheet.
    This proposal adds a row (5) which is used to track cumulative unredeemed and unexpired hours. Therefore, the formula should start with February 2022.
    In the attached file I put the following in cell AC5 and copied to the right:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,706

    Re: Formula for Dollar Amount Expiration Tracking Based on 2 Year Date Range

    Looking at this again, I don't think that an extra row is needed.
    In the file attached to post #4, begin populating at AC4 and drag to the right using: =(SUM($D2:AC2)-SUM($D3:AC3)/1.25-IF(SUM($D3:AC3)/1.25<SUM($D2:D2),SUM($D2:D2)-SUM($D3:AC3)/1.25,0))*1.25
    Let us know if you have any questions.

+ 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. Alpha Dollar amount based on numeric dollar amount
    By nickpavlov in forum Excel General
    Replies: 1
    Last Post: 10-18-2019, 06:42 PM
  2. [SOLVED] Fiscal Year Date tracking / Expiration date tracker
    By TylerLucas227 in forum Excel General
    Replies: 3
    Last Post: 10-09-2019, 11:46 PM
  3. Replies: 3
    Last Post: 05-08-2019, 02:47 PM
  4. Replies: 4
    Last Post: 03-03-2015, 08:56 AM
  5. [SOLVED] Sum Amount of Each Year Based on Range of Dates
    By jaclrsen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2012, 08:14 AM
  6. Replies: 14
    Last Post: 09-11-2009, 08:50 AM
  7. Year expiration date
    By kwriram in forum Excel General
    Replies: 3
    Last Post: 10-29-2008, 11:36 AM

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