+ Reply to Thread
Results 1 to 4 of 4

Help with formula - show results based on date.

  1. #1
    Registered User
    Join Date
    08-19-2020
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    2

    Help with formula - show results based on date.

    Hey everyone, I've been working on a formula for several hours but can't seem to figure it out.

    At each end of the month I need a formule in the yellow field that shows the 'available' ID numbers of each person. A

    For exemple: For January, it shows that everybody has all of there ID numbers available. But at the end of February, Marleen has used all of her ID numbers (once on 10/02, 15/02 and 20/02). But for Pieter in February he has only used one ID number (on 10/02) and will use his other ID numbers in March and April. But for February the formula needs to detect the 2 available numbers in February.

    I really hope you guys can help me figure this out! Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Help with formula - show results based on date.

    Mabye with a pviot table.

    See the attached file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    08-19-2020
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    2

    Re: Help with formula - show results based on date.

    Hey Oeldere,

    thank you for answering. A table as shown in your file could work, but sadly this solution won't work for my worksheet. I need a way to see a list of the available ID numbers depending on the month (January, February,..). I've been messing with the formula ' vertical search ' but excel only finds 1 ID within the reach A2:A10.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Help with formula - show results based on date.

    With index / match (see the green cells).

    B20 =IFERROR(INDEX($A$1:$E$10,MATCH($A20&$A$19&B$19,$E$1:$E$10,0),1),"")

    G20 =IFERROR(INDEX($A$1:$E$10,MATCH($A20&$F$19&B$19,$E$1:$E$10,0),1),"")

    See the attached file.

+ 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] Formula Based on multiple date ranges and results
    By SCOMINS in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-19-2020, 02:24 AM
  2. [SOLVED] formula to show first and last row results based on creteria
    By Pi* in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-09-2018, 09:53 AM
  3. [SOLVED] Formula to show first day of the month based on date in another cell
    By Marco-Kun in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-11-2016, 10:46 AM
  4. [SOLVED] Using VLookup but results show formula instead of results...
    By excel me in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 11-28-2013, 09:40 PM
  5. Formula to Show Accounting Month based on a specific date range
    By michelle saluta in forum Excel General
    Replies: 1
    Last Post: 09-23-2010, 02:17 PM
  6. Replies: 14
    Last Post: 09-11-2009, 08:50 AM
  7. Show results based on pull down box
    By DaKohlmeyer in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-29-2008, 03:54 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