+ Reply to Thread
Results 1 to 2 of 2

extract lookup image with named range with index and match not working

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,142

    extract lookup image with named range with index and match not working

    I have a workbook with a sheet named split .

    What I am trying to do is extracting image from sheet split .from column B to column J .

    Columns I2 represent the criteria of the code number for extracting image in column J2.

    I have created a named range KOO1_ but it is not working

    
    
    =INDEX(split!$B$3:$B$174,MATCH(split!$I6,split!$A$3:$A$174,0))
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    02-24-2011
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: extract lookup image with named range with index and match not working

    I think your problem is the dynamic nature of the match function. The formula doesn't know what cell the picture is in to calc your named range formula. If you change it to split!$I$6 it works, but just for that row.

    So I think your two options are to create a specific named range for each row, or to use VBA.

+ 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] How to extract an image cell with index and match
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-18-2017, 12:26 PM
  2. Named range in Index & Match
    By edward_glyver in forum Excel General
    Replies: 10
    Last Post: 04-29-2016, 08:11 AM
  3. [SOLVED] INDEX MATCH VLOOKUP Named Range
    By overbomb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-03-2015, 12:56 PM
  4. Replies: 0
    Last Post: 11-03-2014, 01:30 PM
  5. Named range lookup using Index/Indirect/Match Function calls in Macro
    By sgopan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-27-2013, 07:51 PM
  6. Hello - I'm working with a 2-way lookup likely using Index & Match
    By CM_Marsh in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-13-2012, 11:15 PM
  7. Named range lookup using Index and match
    By Sirrob01 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-01-2007, 11:15 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