+ Reply to Thread
Results 1 to 2 of 2

Getting the value from similar reference

  1. #1
    Registered User
    Join Date
    07-12-2019
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    3

    Getting the value from similar reference

    Hi I want to get a value from one sheet to other. The problem is what I want to search is ex."Interest rate" and on the other sheet Interest Expense (Income) - Net Operating. I'm trying using vlookup and index&match but the result is not correct. How can I extract value from the other sheet when the reference name is not the same if the vlookup and index&match function doesn't work, is there other function that I can use?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Getting the value from similar reference

    If the criteria dont match (at all), then how would expect to return anything? If there is at least some matching text, you could probably use wildcards. Something like...
    =match("*"&A2&"*",range,o)

    However, if you have a mis-matched text (Interest rate vs Interest blah blah), then you will need to decide what part of the criteria you need to use, and then just extract that part for the search.

    I suggest that you upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Counting similar reference numbers as one unique reference
    By Anuru in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2018, 10:41 PM
  2. Excel charts using a cell reference or similar
    By Bstuttle in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 06-30-2018, 09:05 PM
  3. Multi level reference id - auto numbering - similar to legal numbering
    By smsko in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-11-2017, 06:05 AM
  4. How to Reference a String in a Way Similar to the OFFSET function
    By smithst3 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-25-2016, 04:08 PM
  5. Replies: 8
    Last Post: 04-29-2014, 12:13 PM
  6. problem similar to circular reference but not exactly.
    By Konstantinos27 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-19-2014, 06:31 PM
  7. Array based on reference similar to autofilter
    By CST in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-06-2011, 04:54 PM

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