+ Reply to Thread
Results 1 to 8 of 8

meeting count

  1. #1
    Registered User
    Join Date
    12-12-2013
    Location
    montreal
    MS-Off Ver
    Microsoft 365
    Posts
    34

    meeting count

    Hello, in the attached file, I would like to have the number of days returned in cell D10 the number of days between the x found in that row and the today's date in cell D7.

    Thank you for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: meeting count

    Try this:

    =D$7-INDEX(E$8:NM$8,MATCH("x",E10:NM10,0))

    Format as General

  3. #3
    Registered User
    Join Date
    12-12-2013
    Location
    montreal
    MS-Off Ver
    Microsoft 365
    Posts
    34

    Re: meeting count

    hello, it did not work, i got an error message

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: meeting count

    Works on my end.

    If your regional settings require ; instead of , then you will have to use ; in the formula.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-12-2013
    Location
    montreal
    MS-Off Ver
    Microsoft 365
    Posts
    34

    Re: meeting count

    Hello,So I did change the commas for ; and it works.

    I would like to change the negative answer to positive, meaning to have it say, the meeting will be in 5 days intead of -5, and also have a zero when there are no x.

    I have attached the file.

    Pascale
    Attached Files Attached Files

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: meeting count

    In your original workbook from post #1, the date in cell D7 always came after the dates for the x's.

    In your sample from post #5, the date in D7 comes before the dates for the x's.

    Does this mean that in your actual file, the date in D7 can either come before or after the dates with the x's and that both cases should show as positive?

    If so, you can use this in D10:

    =IFERROR(ABS(D$7-INDEX(E$8:NM$8;MATCH("x";E10:NM10;0)));0)

  7. #7
    Registered User
    Join Date
    12-12-2013
    Location
    montreal
    MS-Off Ver
    Microsoft 365
    Posts
    34

    Re: meeting count

    Perfect, that formula worked. case closed.

    Pascale

  8. #8
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: meeting count

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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] sum occurences meeting criteria by ID, then count how many
    By mistert in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-25-2016, 06:10 PM
  2. sum occurences meeting criteria by ID, then count how many
    By mistert in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-22-2016, 06:13 PM
  3. [SOLVED] Count Data Meeting Criteria Across Columns Meeting Criteria
    By idelta in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-06-2015, 03:53 PM
  4. [SOLVED] Count of pupils meeting 'less than' criteria...
    By sezza79 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2014, 09:27 AM
  5. lookup and count if meeting criteria
    By reghu in forum Excel General
    Replies: 6
    Last Post: 09-09-2010, 07:41 AM
  6. How to count instances meeting criteria?
    By guntar in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-26-2009, 05:06 PM
  7. Count and sum cells meeting two conditions
    By kllewellyn in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 11-12-2007, 07:55 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