+ Reply to Thread
Results 1 to 5 of 5

Index Match Combo

Hybrid View

  1. #1
    Registered User
    Join Date
    10-09-2017
    Location
    Stavanger, Norway
    MS-Off Ver
    O365
    Posts
    78

    Index Match Combo

    I want to put a given value (Cost) in a given position in an array (years 2017-2023) based on a third cell (Cost Yr).. I know (suspect) that a Index Match combo is the way to go but am struggling to get it to work, and I know it's a simple solution, but can't seem to do it and suspect that perhaps an alternative formula is needed.

    Excel Problem.JPG

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,110

    Re: Index Match Combo

    you can just use an IF
    =IF($A3=C$2,$B3,"")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,658

    Re: Index Match Combo

    In B3 (double comma intentional):

    =INDEX($C$3:$I$4,,MATCH(A3,$C$2:$I$2,0))

    Copy down.

    EDIT: Sorry, misread the requirement. Etaf's answer is correct.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    10-09-2017
    Location
    Stavanger, Norway
    MS-Off Ver
    O365
    Posts
    78

    Re: Index Match Combo

    OMG... I've got so involved with INDEX MATCH that I forgot the logical and simplest solution... thanks for bringing me back to earth.

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,110

    Re: Index Match Combo

    you are welcome

+ 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. Index/Match In Combo w/ Percentile.INC
    By dbogart1987 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-01-2018, 10:13 AM
  2. Possible to make a UDF for the INDEX MATCH combo function?
    By danemcneill in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-08-2017, 02:11 PM
  3. Index, Match, If / And, Combo Box used in Conjunction??
    By childs71 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-07-2015, 08:35 AM
  4. Index, Match, If, and Combo Box Working in Conjunction??
    By childs71 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-03-2015, 09:01 AM
  5. Return a value with which combo of Lookup/Match/Index?
    By erickguz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-20-2013, 04:27 AM
  6. Three Way Lookup Using Index Match Combo
    By nathanhamilton82 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-07-2012, 03:39 PM
  7. Lookup, Index, Match ... Not sure which combo will do it?
    By nikko4239 in forum Excel General
    Replies: 4
    Last Post: 06-08-2010, 06:32 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