+ Reply to Thread
Results 1 to 4 of 4

Fiscal Year Date tracking / Expiration date tracker

  1. #1
    Registered User
    Join Date
    07-07-2019
    Location
    Pennsylvania
    MS-Off Ver
    365
    Posts
    25

    Question Fiscal Year Date tracking / Expiration date tracker

    Because I am terrible at explaining, I've attached ("Hot Sheet Example") an example file for reference...The GREEN text on the RIGHT-hand side of the worksheet is an explanation for each portion of the page and what each must be able to do. With that, below is also a summary of what I am trying to accomplish. Any help/ insight will be greatly appreciated, and I think you in advance for the help!

    -Have a large table of clients
    -Each client must be met with 1 time per year (minimum)
    -This worksheet is intended to audit the status of these meetings and highlight the completion status
    -Each client, of course, has a different "last meeting date" based on when they were last seen.
    -When a given client's "last meeting date" gets close to it's personal "due date" - It must be highlighted, and or simultaneously MOVED/COPIED to the top of the worksheet into another group of cells (or table?)
    -The new area/table these clients are moved/copied to, will also count the total in that "new" list in real-time and provide a total count- in the topmost, summary portion of the worksheet to highlight progress.
    -Once the employee that handles the scheduling of meetings views, contacts the client to schedule, and changes the "last meeting date" to when it will be heald, it will then once again fall into compliance and be removed from the "hot list" portion(s) outside of the main client database table - and fall back into it's respected place within the main client database table. (until next year when it is due again)

    Again, an attachment ("Hot Sheet Example") is present and can be used for reference. I apologize if my explanation is sub-par but if anyone can lend a hand on this, I will forever be in your Excel Forum Debt...I've been working on this workbook for a few days now and seem to be hitting walls with the more basic, needed functions of it due to the database lists being broken down in many different ways on many different sheets. If by chance it helps paint a better picture, I have also attached the Workbook ("Client Meetings EX") I am speaking of for further reference/ to get an idea of the outcome (blacked out portions are covering client info)

    Thank you very much in advance for any help on this.

    Tyler
    Attached Files Attached Files

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

    Re: Fiscal Year Date tracking / Expiration date tracker

    Perhaps the following will be helpful
    To highlight the dates in C28:C33 try
    For Red: =TODAY()-C28>365
    For Yellow: =TODAY()-C28>335
    To list the clients with whom you need to meet in the next month: =IFERROR(INDEX(D$28:D$33,AGGREGATE(15,6,(ROW(D$28:D$33)-ROW(D$27))/(TODAY()-$C$28:$C$33>335)/(TODAY()-$C$28:$C$33<365),ROWS($A$1:$A1))),"")
    To list the clients whose meetings are past due: =IFERROR(INDEX(D$28:D$33,AGGREGATE(15,6,(ROW(D$28:D$33)-ROW(D$27))/(TODAY()-$C$28:$C$33>365),ROWS($A$1:$A1))),"")
    To count clients whose meetings are past due: =SUMPRODUCT(--(C9:C12<>""))
    To counts clients with whom you need to meet in the next month: =SUMPRODUCT(--(C17:C20<>""))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    07-07-2019
    Location
    Pennsylvania
    MS-Off Ver
    365
    Posts
    25

    Re: Fiscal Year Date tracking / Expiration date tracker

    How can I repay you. You've helped more than you can imagine. Simply, thank you...This easily solved all the questions. I only wish I would have seen this days ago before wasting hours trying to figure it out for myself haha. My fault for not checking the page. Seriously, thank you...

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

    Re: Fiscal Year Date tracking / Expiration date tracker

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. Annual Expiration Date Tracker
    By americanogig in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-27-2017, 01:43 PM
  2. Calculate 1-year expiration date to the end of month of a date
    By Dietcoke1953 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-18-2016, 01:20 PM
  3. how to convert date to fiscal year if fiscal year start at 16th or 17th of July
    By sushil shakya in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2013, 03:32 AM
  4. [SOLVED] Create Fiscal Year - Lookup Date in Fiscal Month Date Range and Return EOM Date
    By gbriscoe in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2013, 03:29 PM
  5. Determine if date is before end of fiscal year of previous year
    By ccarver in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-13-2010, 11:53 AM
  6. Year expiration date
    By kwriram in forum Excel General
    Replies: 3
    Last Post: 10-29-2008, 11:36 AM
  7. Replies: 7
    Last Post: 05-11-2005, 04:06 PM

Tags for this Thread

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