+ Reply to Thread
Results 1 to 8 of 8

Index match fail - possibly format issue?!

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Index match fail - possibly format issue?!

    Hi all,

    I have 2 files

    In file 1: EH_addin I am trying to write an index match formula to return in cell P4 =INDEX(EH_addinmas.csv!$J:$J,MATCH(C4,EH_addinmas.csv!$E:$E,FALSE)) to say cell C4 look at EH_addinmas and match column E and return data from column J.

    it Returns N/A

    I changed format from number in EH_addin to General still no difference

    Any idea why or what is wrong?

    thanks!
    Attached Files Attached Files
    Thanks,

    R.



  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Index match fail - possibly format issue?!

    Hi,

    I suggest you open the csv and then save it as a.xlsx

    Your MATCH formula is in any case referencing colmn E:E when it should be column A:A
    And since there's nothing in column J the INDEX should presumably be referencing column F:F

    Then use

    =INDEX(EH_addinmas.xlsx!$F:$F,MATCH(C4,EH_addinmas.xlsx!$A:$A,FALSE),1)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    07-14-2019
    Location
    Dubai
    MS-Off Ver
    2019
    Posts
    919

    Re: Index match fail - possibly format issue?!

    Please Login or Register  to view this content.
    You have to open both files and do the formula also one file numbers start with '
    remove it and keep it numbers only

  4. #4
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Index match fail - possibly format issue?!

    Hi both,

    kept the files open
    changed these to number format
    still getting#n/a (even removed the apostophre in front)

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Index match fail - possibly format issue?!

    With the EH_addinmas file open, try the formula I gave in #2 but wrap the C4 in a TEXT function. i.e.

    =INDEX([EH_addinmas.xlsx]EH_addinmas!$F:$F,MATCH(TEXT(C4,0),[EH_addinmas.xlsx]EH_addinmas!$A:$A,FALSE),1)

  6. #6
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Index match fail - possibly format issue?!

    nOPE STILL no difference unfortunately - still N/A error..

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: Index match fail - possibly format issue?!

    In the CSV file, select column A. Text to columns, delimited, with ' as the separator. Then delete column A.

    The formula then works... but the results are in column E... not column J.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  8. #8
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Index match fail - possibly format issue?!

    THANKS Glenn and all, the text tio columns helped!

+ 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 fail - possibly format issue?!
    By rayted in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-15-2021, 05:06 PM
  2. [SOLVED] FORMAT CONTROL/Index Match issue
    By rayted in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-24-2020, 06:41 AM
  3. [SOLVED] Possibly a complicated index match?
    By jcswaby in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-19-2020, 08:36 AM
  4. Index/Match possibly? Match data from one sheet to another
    By kg0332 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2018, 05:29 PM
  5. [SOLVED] MATCH issue - Possibly Dates?
    By Aly1978 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-30-2017, 10:41 AM
  6. [SOLVED] Need help with Index Match or possibly array type of match
    By chadboehne in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-14-2017, 01:16 PM
  7. Replies: 6
    Last Post: 04-30-2014, 02:42 AM

Tags for this Thread

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