+ Reply to Thread
Results 1 to 7 of 7

Index Match on non absolute value

  1. #1
    Registered User
    Join Date
    05-05-2014
    Location
    Voorheesville, NY
    MS-Off Ver
    Excel 2007
    Posts
    77

    Index Match on non absolute value

    Hello,
    I need you someone’s help regarding my index match formula. The formula is trying to match the items in column B, however the items in column B is non absolute value.

    Thank you,
    Cheryl

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Index Match on non absolute value

    with an index match the 0 at the end of match means exact, a 1 means less than and -1 means greater than.
    is this what you are wanting?
    Lookups have more variability as in that the lookup can place something within a range (as can a vlookup).
    so if using a vlookup or lookup you have a value of 5.222 and want to return the nearest value like 5.200 or 5.225 then maybe a lookup or vlookup will work for you.
    without more information it is difficult to determine what formula to recommend or how to change it.
    You haven't even posted your formula or sample data. A sample sheet might go a long way to getting a better answer. Be sure to include a representative sample AND expected results.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    05-05-2014
    Location
    Voorheesville, NY
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: Index Match on non absolute value

    Here's the spreadsheet.
    Attached Files Attached Files

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Index Match on non absolute value

    add this to your formula that is returning the #N/A
    =IF(-E3=Cost,"1674",IF(-E3=Gain,"4312",IF(-E3=Income,"4302")))*1 to your account column (column B in the JVU tab), then the account description will return the values you want.
    the reason it is returning an error is because when you put the quotes around 1674 (etc) you are changing them to text while the references are numeric.

  5. #5
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: Index Match on non absolute value

    Hi, dache416!

    The problem with your formula is you are looking text in a range of numbers.

    You can try:
    1. Change your if formula in column B, putting the numbers without quotation marks (just leave the number) like:
    =IF(-E3=Cost,1674,IF(-E3=Gain,4312,IF(-E3=Income,4302)))

    or

    2. Change your Index Match formula:
    =INDEX(LBOAcctDes,MATCH(--B3,LBOAcctNo,0))

    There are another options... but with these two is quite enough. Blessings!

  6. #6
    Registered User
    Join Date
    05-05-2014
    Location
    Voorheesville, NY
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: Index Match on non absolute value

    Problem solved. Thank you very much Sambo kid, and johnmpl

  7. #7
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Index Match on non absolute value

    you're welcome, glad we could help!

    And if you are so inclined you can thank ANY and ALL those who stopped by to help by clicking on "*Add Reputation" under their posts as that is how we advance on this forum.
    Last edited by Sam Capricci; 09-05-2018 at 11:56 AM.

+ 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. Absolute Reference in INDEX MATCH?
    By spreadthemsheets in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-14-2017, 02:33 PM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. [SOLVED] Help with INDEX MATCH to find absolute closest value
    By mave27 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-24-2015, 04:24 AM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 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