+ Reply to Thread
Results 1 to 6 of 6

index / match multiple variables

  1. #1
    Registered User
    Join Date
    04-21-2015
    Location
    paris
    MS-Off Ver
    vista 2007
    Posts
    3

    index / match multiple variables

    Enough pulling may hair out. I need some help on this

    I have attached the workbook for reference.

    The difficulty is creating a formula that returns STOP TIME.

    STOP TIME is to be calculated when the STOP AMOUNT is met, however the TIME needs to be after the SELECT TIME in $E$2.

    For instance, highlighted in red, 9:08 is before 9:35, therefore, I need to skip this instance of 3,198.00 and find the next one. If none exist I have it set to return “No”.

    Thank you in advance!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: index / match multiple variables

    Please Login or Register  to view this content.
    Ctrl+Shift+Enter

  3. #3
    Registered User
    Join Date
    04-21-2015
    Location
    paris
    MS-Off Ver
    vista 2007
    Posts
    3

    Re: index / match multiple variables

    Hello again.

    Now I am trying to expand this formula. In particular the (H10=OPEN) needs to include the range of >=LOW <=HIGH. Not just the OPEN value.

    Thanks in advance.

  4. #4
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: index / match multiple variables

    Not sure what you mean. OPEN is always >=LOW and <=HIGH...???

    Please elaborate.

  5. #5
    Registered User
    Join Date
    04-21-2015
    Location
    paris
    MS-Off Ver
    vista 2007
    Posts
    3

    Re: index / match multiple variables

    In the formula =IFERROR(INDEX(TIME,MATCH(1,(H10=OPEN)*(A10=DATE)*($E$2<=TIME),0)),"No")

    Instead of H10=OPEN

    I would like to MATCH the TIME if H10 falls within the range H10>=LOW and H10<=HIGH

    Hope this helps

  6. #6
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: index / match multiple variables

    Try changing...

    (H10=OPEN)

    to

    (H10>=LOW)*(H10<=HIGH)
    Last edited by jhren; 05-05-2015 at 04:34 AM.

+ 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. Translating Index/Match Function with Multiple Variables into VBA
    By slamdunka in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-09-2015, 05:59 PM
  2. [SOLVED] INDEX/MATCH Multiple Worsheets Multiple Variables
    By Jadvancing in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-28-2013, 06:42 PM
  3. Utilizing INDEX/MATCH to match variables by column only
    By jeffreybrown in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-29-2011, 09:53 AM
  4. [SOLVED] Index Match function for multiple linked variables
    By Bob in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-22-2005, 09:00 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