+ Reply to Thread
Results 1 to 3 of 3

Thread: Vlookup

  1. #1
    Registered User
    Join Date
    10-24-2005
    Location
    Lake Forest, CA
    MS-Off Ver
    2007
    Posts
    34

    Thumbs up Vlookup

    At least its more complex than I am used to!

    Sheet 1 has a column with verbiage in it
    Sheet 2 has a column of possibel verbiage with a second column of numeric values for the verbiage
    On sheet 3, I want the numeric value for the verbiage in cell b19 on Sheet1

    Long way, create a new column on sheet1, run a VLookup to insert the numeric value into the new column, then do an "equals" on sheet 3 that point to the Vlookup results.

    How can I get the value onto sheet3 without creating the extra column?
    Last edited by amthyst826; 02-18-2010 at 02:14 PM.

  2. #2
    Forum Moderator NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003, 2007, 2010
    Posts
    31,114

    Re: Vlookup complex

    You mean

    =Vlookup(Sheet1!B19,Sheet2!A:B,2,FALSE)

    While in Sheet3, this looks up value from Sheet1!B19 and finds it in column A of Sheet2! returning number from Column B of Sheet2 at corresponding point...

    If it is indeed numeric values to return.. you can also use


    =Sumif(Sheet2!A:A,Sheet1!B19,Sheet2!B:B)
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    10-24-2005
    Location
    Lake Forest, CA
    MS-Off Ver
    2007
    Posts
    34

    Re: Vlookup complex

    The first was what I needed! Thanks so much!!

    (I'll go check out how to mark this solved!!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0