+ Reply to Thread
Results 1 to 4 of 4

output not coming using vlookup formula

  1. #1
    Registered User
    Join Date
    07-08-2012
    Location
    chennai
    MS-Off Ver
    Excel 2019
    Posts
    54

    output not coming using vlookup formula

    Hi,

    I have excel sheet contains master data and output data which has two datas

    1) Emp id
    2) Emp Name

    I put left formula to fetch the emp id and when i try to put the vlookup formula with master data the output is not showing.

    But when i change the master data to text format then the output is showing. But i require the solution without changing the text format the vlookup formula output to come.

    Attaching the sample sheet for your reference.

    Thanks
    Webmax
    Attached Files Attached Files
    Last edited by webmax; 08-07-2022 at 01:58 AM.

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: output not coming using vlookup formula

    It's because the value in your column H is Text, and your value in column A is number. One option is to use this formula instead:

    =NUMBERVALUE(LEFT(E3,4))

    The other option is to change the values in col A to text.

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,430

    Re: output not coming using vlookup formula

    Use:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Or:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,430

    Re: output not coming using vlookup formula

    Or, as Greg says, change the formula in column H.

    =LEFT(E3,4)+0
    =VALUE(LEFT(E3,4))
    =NUMBERVALUE(LEFT(E3,4))

+ 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: 6
    Last Post: 09-29-2021, 01:21 AM
  2. Run VLOOKUP only for data coming from a particular source
    By sb212410 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-02-2017, 05:37 PM
  3. [SOLVED] How to use vlookup or similar to output a formula into cell
    By BG1983 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 11-30-2016, 12:30 PM
  4. VLOOKUP coming back as #N/A (some of the time)
    By Clanty in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 05-25-2016, 03:13 PM
  5. Vlookup formula output and relative file path
    By Centexcel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-23-2013, 02:59 PM
  6. VLOOKUP Formula coming back with NA#
    By monza2 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-18-2012, 01:38 AM
  7. Values not coming in few cell but coming in rest all cells
    By rashmib in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-02-2009, 11:19 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