+ Reply to Thread
Results 1 to 6 of 6

im having trouble getting VLOOKUP to do this

  1. #1
    Registered User
    Join Date
    10-28-2015
    Location
    evansville in
    MS-Off Ver
    2013
    Posts
    11

    im having trouble getting VLOOKUP to do this

    i just want it to find the right part id (F - Number) and put the yes or no from the Input page, in the box on the Info page.tester.xlsx
    Last edited by MRChampion; 11-18-2015 at 08:43 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,160

    Re: im having trouble getting VLOOKUP to do this

    In cell C6, dragged down:

    =VLOOKUP($B6,Input!$E$3:$K$12,2)

    In cell D6, dragged down:

    =VLOOKUP($B6,Input!$E$3:$K$12,4)

    In cell E6, dragged down:

    =VLOOKUP($B6,Input!$E$3:$K$12,6)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: im having trouble getting VLOOKUP to do this

    I had the same answer as AliGW, but then I thought you might want one formula for all cells, so i came up with this:

    =VLOOKUP($B6,Input!$E$3:$K$12,MATCH(C$2,Input!$F$1:$K$1,0)+1,0)

    Just pop it in cell C6, and copy down and across.

    I hope this helps, please let me know!

    Regards,

    David


    - Please click on the *Add Reputation button at the bottom of helpful responses.

    Please mark your thread as SOLVED:
    - Click Thread Tools above your first post, select "Mark your thread as Solved".


  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: im having trouble getting VLOOKUP to do this

    or, put in C6, and copied down and cross as necessary

    =INDEX(Input!$F$3:$K$12,MATCH($B6,Input!$E$3:$E$12,0),MATCH(C$2,Input!$F$1:$K$1,0))

  5. #5
    Registered User
    Join Date
    10-28-2015
    Location
    evansville in
    MS-Off Ver
    2013
    Posts
    11

    Re: im having trouble getting VLOOKUP to do this

    ok that works awesome. now if there was a f- number on the info page thats not on the table. how do i get to show nothing instead of the N/A i mean a 0 would work

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,462

    Re: im having trouble getting VLOOKUP to do this

    Try =IFERROR(your_formula,0)

    You can replace the 0 with "" but to me it's bad practice, as "" is a text string

    Eventually hide the 0 via Excel Options

+ 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. Trouble with Vlookup
    By djarcadian in forum Excel General
    Replies: 15
    Last Post: 11-14-2014, 11:42 PM
  2. [SOLVED] vlookup trouble
    By bcoffee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-08-2012, 06:00 PM
  3. Trouble with Vlookup
    By bvscott in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-11-2011, 07:04 AM
  4. Vlookup trouble
    By ice in forum Excel General
    Replies: 4
    Last Post: 03-04-2010, 05:36 PM
  5. vlookup trouble
    By Susanne Nielebock in forum Excel General
    Replies: 1
    Last Post: 04-08-2009, 08:49 AM
  6. Trouble with VLOOKUP
    By jimlalexander2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-12-2007, 02:33 PM
  7. [SOLVED] Trouble with vLookup
    By lcks via OfficeKB.com in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-07-2006, 04:30 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