+ Reply to Thread
Results 1 to 5 of 5

Using Index Match across more than one WorkSheet get - #N/A error

  1. #1
    Registered User
    Join Date
    10-04-2014
    Location
    Atlanta GA
    MS-Off Ver
    MS office 365
    Posts
    9

    Post Using Index Match across more than one WorkSheet get - #N/A error

    Any suggestions would be appreciated.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-04-2014
    Location
    Atlanta GA
    MS-Off Ver
    MS office 365
    Posts
    9

    Re: Using Index Match across more than one WorkSheet get - #N/A error

    Do not think this got attached the first time, sorry about that.

    Hello Excel Forum:
    I am using INDEX MATCH to pull an equipment description from an Excel Table and transfer to another Sheet (same workbook). I can get the Index Match to work all on the same worksheet, but for some reason, I get a #N/A when I attempt to use the function across different worksheets. I am using range names and Table names as well. I must be overlooking something very basic, never the less it’s giving me a headache.

    Knightflier

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Using Index Match across more than one WorkSheet get - #N/A error

    Your tbl_Equip1[Unit '#] data are text "numbers" that have a numberic value of 0. Your lookup values in 'Eq_Quartelyreport' are actual numbers. The data type must match.

    You can coerce those text "numbers" into their numeric values by math operations such as adding 0 or multiplying by 1. Like this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    It works at my end.
    Dave

  4. #4
    Registered User
    Join Date
    10-04-2014
    Location
    Atlanta GA
    MS-Off Ver
    MS office 365
    Posts
    9

    Re: Using Index Match across more than one WorkSheet get - #N/A error

    Hello FlameRetired:
    I should have labeled the "Unit# as "Unit Label" as this is an accounting code that may be alphanumeric, see row 30 0n Eq_QuartrlyReport, "E106-4543"
    Thanks for responding

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Using Index Match across more than one WorkSheet get - #N/A error

    OK.
    Then try coercing the lookup values to text by concatenating "" like this.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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: 7
    Last Post: 10-03-2019, 11:23 AM
  2. [SOLVED] Index,Match,Match based on date Range - error in some cells
    By jmont in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-26-2019, 04:47 AM
  3. Compile error - Index Match Worksheet Function
    By tool_fairy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-20-2019, 10:05 AM
  4. 2D Index match match & error trapping
    By Mikeyabosbht in forum Excel General
    Replies: 4
    Last Post: 08-02-2018, 03:46 PM
  5. unable to get match property error in userform derived index match
    By alexcrofut in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-05-2015, 09:21 PM
  6. Error in Index & Match Formula due to Defined Names Worksheet is Getting Changed!
    By Rajeshkumar R in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2013, 08:37 AM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 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