+ Reply to Thread
Results 1 to 5 of 5

Number of days difference according to keyword

Hybrid View

  1. #1
    Registered User
    Join Date
    10-13-2021
    Location
    Europe
    MS-Off Ver
    MS365 2202
    Posts
    73

    Number of days difference according to keyword

    Hello everyone,

    I have a list of dates, and a project name next to each of them

    I would like to know how to find how many passed since the beginning of the project selected in the dropdown menu, compared to the date of today.

    Screenshot 2024-07-28 174909.png

    Thank you!
    Last edited by Halidat; 07-28-2024 at 12:35 PM.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,943

    Re: Number of days difference according to keyword

    Try this for one way.
    Formula: copy to clipboard
    =A2-INDEX(Data!A:A,MATCH(B2,Data!B:B,0))

    You could also use XLOOKUP rather than INDEX/MATCH.

    BSB

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,663

    Re: Number of days difference according to keyword

    =A2-MAXIFS(Data!A2:A10;Data!B2:B10;Summary!B2)
    Maybe this will work
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Registered User
    Join Date
    10-13-2021
    Location
    Europe
    MS-Off Ver
    MS365 2202
    Posts
    73

    Re: Number of days difference according to keyword

    Thanks both, it worked with =A2-INDEX(Data!A:A,MATCH(B2,Data!B:B,0))!

  5. #5
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,943

    Re: Number of days difference according to keyword

    Glad we could help

    BSB

+ 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. Replies: 2
    Last Post: 07-11-2023, 01:15 AM
  2. Replies: 2
    Last Post: 09-12-2020, 11:03 AM
  3. [SOLVED] calculate total number of days between two days based on 365 days year
    By aparunkumar in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-14-2016, 12:51 AM
  4. [SOLVED] eliminating the negative number when using difference between a Network Days formula
    By Alphabex in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2015, 01:15 PM
  5. [SOLVED] Computing number of days difference for a data that is in stacked format
    By ajang in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-22-2014, 08:21 AM
  6. i have two days and i want the difference in days, months, year
    By maja in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-21-2006, 08:14 PM
  7. Replies: 8
    Last Post: 02-23-2005, 06:58 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