+ Reply to Thread
Results 1 to 11 of 11

Vlookup issue

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    12-06-2015
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    520

    Vlookup issue

    Dear all

    Have no idea why the Vlookup is not working ..

    Kindly advise, in the attached file

    SIC_ADult and SIC Child , return with a wrong figure

    Appreciate your help

    Eric
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: Vlookup issue

    Try ...

    =VLOOKUP($D9,Net!$A$1:$P$142,11,0)

  3. #3
    Forum Contributor
    Join Date
    12-06-2015
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    520

    Re: Vlookup issue

    Thanks but it is still not working

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,930

    Re: Vlookup issue

    Have a look at the amended attachment.

    BSB
    Attached Files Attached Files

  5. #5
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,930

    Re: Vlookup issue

    Add the part in red below:
    Formula: copy to clipboard
    =VLOOKUP($D9,Net!$A$1:$P$142,15,FALSE)

    And amend the column number from 11 to 15

    BSB
    Last edited by BadlySpelledBuoy; 06-30-2016 at 08:56 AM.

  6. #6
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Vlookup issue

    Hi Eric,

    Your VLOOKUP is looking at Column K of the Net Sheet.

    Change the "11" in your formula to a "16".

    =VLOOKUP($D9,Net!$A$1:$P$142,11)
    =VLOOKUP($D9,Net!$A$1:$P$142,16)
    Hope this is helpful.

    Cheers

  7. #7
    Forum Contributor
    Join Date
    12-06-2015
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    520

    Re: Vlookup issue

    Dear, it works, how come ?!

  8. #8
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Vlookup issue

    Use a similar formula to the one which is already in Column G:

    Formula: copy to clipboard
    =INDEX(rate,MATCH($D9,Services,0),MATCH(I$8,Items,0))
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  9. #9
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,930

    Re: Vlookup issue

    In what way is it "not working"? That doesn't give us much information.

    BSB

  10. #10
    Registered User
    Join Date
    07-13-2016
    Location
    Spain
    MS-Off Ver
    2013
    Posts
    4

    Re: Vlookup issue

    Hi
    Did you get it fixed by now?

  11. #11
    Registered User
    Join Date
    07-13-2016
    Location
    Spain
    MS-Off Ver
    2013
    Posts
    4

    Re: Vlookup issue

    Hi
    Works for me ok but just replacing the formula with the correct cell reference: =VLOOKUP($D9;Net!$A$1:$P$142;15;FALSE) 15 instead of 11 for SIC_ADT and 16 of 12 for SIC_CHD

    What else doesn't work?

+ 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. [SOLVED] VLOOKUP issue
    By Terry-J in forum Excel General
    Replies: 3
    Last Post: 06-07-2016, 08:16 AM
  2. Vlookup issue
    By chajones in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-12-2015, 10:34 PM
  3. vlookup issue
    By roelofB2014 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-08-2014, 09:57 AM
  4. Vlookup #N/A Issue
    By glud in forum Excel General
    Replies: 1
    Last Post: 01-18-2012, 04:34 PM
  5. [SOLVED] VLOOKUP issue
    By berger01 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-30-2011, 10:59 AM
  6. Vlookup Value Issue
    By yawnzzzz in forum Excel General
    Replies: 9
    Last Post: 03-31-2011, 09:06 PM
  7. [SOLVED] Yet Another VLOOKUP issue in VBA
    By Bill in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-27-2006, 09:45 PM

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