+ Reply to Thread
Results 1 to 3 of 3

understanding logic in formula INDEX&MATCH&AGGREGATE - "/" in Array section

  1. #1
    Registered User
    Join Date
    11-06-2018
    Location
    Poland
    MS-Off Ver
    2016
    Posts
    95

    understanding logic in formula INDEX&MATCH&AGGREGATE - "/" in Array section

    Hi guys,

    I would like you to ask if you would be so kind and explain me why it is working like it is. I understand HOW it is working, but i don't understand WHY.

    I dont understand the part where it is:

    ---------
    Example
    ---------

    =INDEX(MATCH(AGGREGATE(15,6,Range1/(Range2&Range3=A1&A2),1),Range1,0))

    I know that it will return only results from range that are equal to A1&A2 but why i am using "/" this in that formula and brackets? It's probably easy math logic but i am still learning excel and i am hungry for knowledge.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: understanding logic in formula INDEX&MATCH&AGGREGATE - "/" in Array section

    AGGREGATE(15,6, Range1/Criteria , k)

    If criteria are True, this will give row# Range1/True = Range1/1 = Range1

    If False will result #Div/0 Range1/False = Range1/0 = #DIV/0

    6 for ignore error such as #DIV/0

    15 for small for small this will give small Range1 rank k that match criteria

  3. #3
    Registered User
    Join Date
    11-06-2018
    Location
    Poland
    MS-Off Ver
    2016
    Posts
    95

    Re: understanding logic in formula INDEX&MATCH&AGGREGATE - "/" in Array section

    I mean i understand formula, but i don't understand part where it is range divided by conditions... how it works in math system? like why there is "/" before 2 conditionals? how should i understand it or consider it?

    because in this case i understand it like "AND" so why i am using "/"(slash) like "&"(AND)

    it's like return range if condition#1 & condition#2 are met... why / instead of IF? i dont know if i can explain it clearly
    Last edited by zarize92; 12-05-2018 at 08:09 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. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  2. Replies: 1
    Last Post: 03-09-2016, 12:17 PM
  3. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  4. Need help understanding "Index" and "Match"
    By joannelittell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-29-2013, 03:08 PM
  5. [SOLVED] Need help understanding "Index" and "Match"
    By joannelittell in forum Excel General
    Replies: 2
    Last Post: 10-29-2013, 02:55 PM
  6. Replies: 7
    Last Post: 04-11-2013, 12:46 AM
  7. Strings Variables in Range("A1").Formula = "=index/match" ?
    By nadnerb5 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2012, 05:07 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