+ Reply to Thread
Results 1 to 8 of 8

VLookup Help Please

Hybrid View

  1. #1
    Registered User
    Join Date
    01-01-2012
    Location
    Richmond
    MS-Off Ver
    Excel 2003
    Posts
    42

    VLookup Help Please

    Hiya and good afternoon to everyone

    I have created a workbook in excel 2013 and am struggling with the vlookup formula and was hoping to get some help here please.

    I have attached the workbook for reference, and what it is I would like to be solved is on sheet 1 which I have called STOCK for a vlookup formula to be entered in I2 to look for the amount of sales corresponding to the DESCRIPTION on STOCK from sheet 2 called SALES in the DESCRIPTION column

    I hope that makes sense

    Many Thanks

    Steve
    Attached Files Attached Files
    Last edited by StephenSmith; 10-22-2013 at 10:32 AM.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: VLookup Help Please

    Well, you don't have any data entered on the Sales tab...

    But I would say you want Either..
    =VLOOKUP(C2,SALES!C:D,2,FALSE)

    or if the Description will appear multiple times on the sales sheet, and you want to SUM them all together..
    Then
    =SUMIF(SALES!C:C,C2,SALES!D:D)

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: VLookup Help Please

    There's no data on the Sales sheet.

    Put some data on the Sales sheet then show us a few examples of the results that you expect.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    09-05-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    55

    Re: VLookup Help Please

    @stephenSmith

    few of the Rules for Vlookup you need atleast one unique data in Sheet named "Stock" as well as "Sales" to match with,
    else your data in sales sheet of duplicate of Stock sheet will always pick first description .....

    other wise your I2 formula would be =VLOOKUP(C:C,SALES!C:D,2,0)



    BhaVesH

  5. #5
    Registered User
    Join Date
    01-01-2012
    Location
    Richmond
    MS-Off Ver
    Excel 2003
    Posts
    42

    Re: VLookup Help Please

    thanks for that I have amended the workbook which is now attached, and have added examples on sheet 2, just need the formula to add up how many sales a product has made

    thanks again

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: VLookup Help Please

    Not sure...

    Does this do what you want?

    Entered in I2 and copied down:

    =SUMIFS(SALES!D:D,SALES!B:B,STOCK!B2,SALES!C:C,STOCK!C2)

  7. #7
    Registered User
    Join Date
    01-01-2012
    Location
    Richmond
    MS-Off Ver
    Excel 2003
    Posts
    42

    Re: VLookup Help Please

    thank you all so much for all your help

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: VLookup Help Please

    You're welcome!

+ 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. Display Cell within VLookup range that excel thinks matches the VLookup Value
    By headachexcelperson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2013, 04:56 PM
  2. [SOLVED] Vlookup is not working and giving =vlookup(B2,$T$2:$U$135,2,false) this kind of values.
    By yogeshsharma1981 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-09-2013, 04:08 PM
  3. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  4. Replies: 5
    Last Post: 07-29-2009, 07:53 AM
  5. vlookup function-Can vlookup command find the data from the 5 sheets.
    By Rishab shah in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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