+ Reply to Thread
Results 1 to 11 of 11

Vlookup issue

Hybrid View

justanot Vlookup issue 09-14-2012, 05:36 PM
TMS Re: Vlookup issue 09-14-2012, 05:50 PM
justanot Re: Vlookup issue 09-17-2012, 01:24 PM
tacape Re: Vlookup issue 09-17-2012, 02:07 PM
JetKaren Re: Vlookup issue 09-17-2012, 02:28 PM
TMS Re: Vlookup issue 09-17-2012, 02:20 PM
TMS Re: Vlookup issue 09-17-2012, 02:33 PM
justanot Re: Vlookup issue 09-17-2012, 03:51 PM
TMS Re: Vlookup issue 09-17-2012, 04:10 PM
Cutter Re: Vlookup issue 09-18-2012, 12:05 PM
justanot Re: Vlookup issue 09-18-2012, 12:09 PM
  1. #1
    Registered User
    Join Date
    09-14-2012
    Location
    Sylvania, OH
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Vlookup issue

    Quote Originally Posted by TMShucks View Post
    Alternatively, just copy file 1 and make it file 3. Then replace the existing quantity values with a VLOOKUP to get the new quantity field from file 2.
    Hi TMS,

    thank you so much for taking the time to read and respond. I am interested in the alternative option you provided. If I was to copy file 1 and make it file 3, and look up quantity from file 2, what would be the vlookup formula? Let me attach a sample for you to take a look at. I tried several vlookups but was never able to get correct result.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-31-2012
    Location
    cape cod
    MS-Off Ver
    Excel 2003
    Posts
    33

    Re: Vlookup issue

    Look at the attached. I basically copied file 1 and pasted the SKU's and UPC's codes. Then I did a vlookup in the pricing column and quantity.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    09-17-2012
    Location
    United States
    MS-Off Ver
    2007 & 2010 64-Bit
    Posts
    3

    Re: Vlookup issue

    Tacape, if I had to work with this information, I would simply update the qty value in File 1 with the qty data from File 2 with a VLOOKUP then perform a file save as... to save File 1 as File 3.

    Here is the VLOOKUP I would use to update the QTY field in File 1:

    =VLOOKUP(A2,'File 2'!A:C,3,FALSE)

    This is referencing the SKU field, if you wanted to use the UPC field, your VLOOKUP would be this:

    =VLOOKUP(B2,'File 2'!B:C,2,FALSE)


    Good luck!

+ Reply to Thread

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.6.0 RC 1