+ Reply to Thread
Results 1 to 5 of 5

Index and match functions

  1. #1
    Registered User
    Join Date
    05-13-2020
    Location
    india , delhi
    MS-Off Ver
    2016
    Posts
    11

    Index and match functions

    Q1. which airline (carrier code) has been booked at second largest price ?

    I have used this formula- =INDEX('Airlines Data'!A1:K910,MATCH(LARGE('Airlines Data'!I2:I910,2),'Airlines Data'!I2:I910,0),2)

    Please help me out if my understanding is correct or not


    Q2. Find total revenue generated by the airline that was booked at minimum air fare .



    I have attached a sample data below
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    Germany
    MS-Off Ver
    365
    Posts
    491

    Re: Index and match functions

    Q1 - Second largest: =INDEX($B$2:$B$13,MATCH(LARGE($I$2:$I$13,2),$I$2:$I$13,))
    Q2 - I don't think your sample data includes enough information to answer this question?

  3. #3
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Index and match functions

    Hi,

    Q2 - please try this:

    H15 = =SUMIF($B$2:$B$13,INDEX($B$2:$B$13, MATCH(SMALL($I$2:$I$13,1),$I$2:$I$13,0)),$I$2:$I$13)

  4. #4
    Registered User
    Join Date
    05-13-2020
    Location
    india , delhi
    MS-Off Ver
    2016
    Posts
    11

    Re: Index and match functions

    Thank you Raul for such a quick response ...
    1st part worked well ..

    Thanks

  5. #5
    Registered User
    Join Date
    05-13-2020
    Location
    india , delhi
    MS-Off Ver
    2016
    Posts
    11

    Re: Index and match functions

    Thank you so much .. it worked

+ 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] Look up Functions using Index and Match
    By FANNINGT in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-22-2015, 09:07 AM
  2. [SOLVED] Help with INDEX/MATCH functions
    By kenadams378 in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 10-29-2012, 09:33 AM
  3. [SOLVED] Help with index and match functions
    By smile0 in forum Excel General
    Replies: 3
    Last Post: 05-30-2012, 01:11 PM
  4. [SOLVED] Using Index and Match functions.
    By jnweiss in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-26-2012, 04:20 PM
  5. Help Please INDEX & MATCH functions
    By christine.golledge in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-01-2012, 06:47 PM
  6. Using Index & Match Functions
    By DanSherwood in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-22-2008, 09:48 PM
  7. Using Index() & Match() functions
    By Walter349 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-08-2006, 09:23 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