+ Reply to Thread
Results 1 to 3 of 3

OFFSET, Match for 2 criteria

  1. #1
    Forum Contributor
    Join Date
    08-01-2012
    Location
    rotterdam, holland
    MS-Off Ver
    Excel 2013
    Posts
    170

    OFFSET, Match for 2 criteria

    I'd like to add one more criteria in the formula below. The pivot where the formula gets its data from has a third column, and i want it to only show results with a "N" in column D. (Sheet 'Data Units') Right now it shows just the first results it can find in the validation listbox that I applied in B4. How do I add it to the formula below? Iv shown it very easily in the attached document. I tried Index Match but no avail.

    =OFFSET(Pivot!$B$1, MATCH($A2, Pivot!$A:$A, 0)-1, , $B2, )

    f.xlsm

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: OFFSET, Match for 2 criteria

    maybe you can add another criteria using if inside the match something like

    =OFFSET(Pivot!$B$1, MATCH($A5, IF(Pivot!$C$2:$C$17="N",Pivot!$A:$A, 0))-1, , $B5, )
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Contributor
    Join Date
    08-01-2012
    Location
    rotterdam, holland
    MS-Off Ver
    Excel 2013
    Posts
    170

    Re: OFFSET, Match for 2 criteria

    Wow that worked, thanks!! +Rep for u

+ 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] find, if match, then cut, offset. if not match, then cut and offset
    By flunzy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-05-2014, 10:39 AM
  2. [SOLVED] INDEX & MATCH vs OFFSET & MATCH
    By andrewc in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-22-2013, 01:26 PM
  3. [SOLVED] Dynamic Name Range using Offset&Match with Match based off a different column
    By mdlpjr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2013, 06:33 PM
  4. [SOLVED] index match with row information offset from the match cell
    By smls in forum Excel General
    Replies: 7
    Last Post: 08-30-2012, 09:48 AM
  5. Replies: 2
    Last Post: 03-16-2012, 12:03 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