Results 1 to 16 of 16

Index / Match - Min Date

Threaded View

  1. #1
    Registered User
    Join Date
    02-08-2018
    Location
    Boston, MA
    MS-Off Ver
    Excel 2013
    Posts
    7

    Angry Index / Match - Min Date

    Hi There !

    New to the forum, but I've been looking at different forum threads in the past. It's my first post and I was hoping someone had some insight into a problem I have with a match index array formula.

    My requirement is to have a dynamic formula that pulls back the minimum date based on a category. I am looking to run some statistics for a set of webinars that people respond to within 24 hours or more. I am trying to pull the first / min date of the webinar based on the webinar.

    For example if I have 40 responses for a webinar ranging from 07/27/2017 to 08/03/2017. I am trying to return 07/27/2017 for each of the 40 responses on that webinar.

    I have created an array formula that provides me with the Unique webinars that are entered into the sheet.

    =IFERROR(INDEX(Webinars, MATCH(0,COUNTIF($N$1:N1, Webinars), 0)),"ERROR") -- Webinars is the range named for $B$1:$B$3000

    From there I have extracted the date and time from the survey time column and have worked towards 'Date of Webinar' formula.

    In an attempt to break it down, I have started a sub section starting in column P with sample data that I tried to mirror the full data set.

    This is the current formula that I was able to come up with. It works for some scenarios but not all.

    =INDEX($T$5:$T$14,MATCH(W5,$S$5:$S$14,0),MATCH($P$5:P5,$P$5:$P$14,0))
    Attached Files Attached Files
    Last edited by AliGW; 02-12-2018 at 11:20 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. March Madness API
    By maxhecht2 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-09-2017, 07:30 PM
  2. [SOLVED] is it possible to insert IF condition in Index March formula
    By Imran Magsi in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-09-2016, 07:52 AM
  3. Index March a specific part of table
    By metal.stuff in forum Excel General
    Replies: 1
    Last Post: 06-24-2016, 08:38 AM
  4. [SOLVED] unique date list jan feb march
    By XLalbania in forum Excel General
    Replies: 14
    Last Post: 12-11-2015, 05:30 PM
  5. Replies: 4
    Last Post: 09-25-2014, 10:20 AM
  6. Replies: 7
    Last Post: 05-09-2013, 05:15 AM
  7. [SOLVED] March 2005 Actual Info vs March 2006 Plan Info
    By Al in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-18-2005, 03:06 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