+ Reply to Thread
Results 1 to 11 of 11

VLookup Help & Guidance

  1. #1
    Registered User
    Join Date
    08-24-2017
    Location
    Hull, England
    MS-Off Ver
    Office Works Calc
    Posts
    10

    VLookup Help & Guidance

    Hi Guys, I am new to the forum as I have a little help that I need and although I am ok at Excel, this is past my expertise.

    Essentially, it is to support my new e-commerce website. We receive a CSV file from our supplier, but we are not selling all their product lines, so on a Google Doc we have a list of around 4000 SKU's, which will get uploaded into our magento powered e-commerce site.

    The problem I have, is that the stock levels and the pricing can change daily - and I want an Excel formula/vlookup/macro, to look for the SKU in the CSV feed from the supplier, and update the Stock and Price columns for that SKU in my Excel file automatically?

    What is the best way to do this? Or is there a way to do it?

    I appreciate any help!

    (I did see a VLookup tutorial online, but didn't match what I wanted to do really, so came here for help!)

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: VLookup Help & Guidance

    Post a sample spreadsheet with expected results, remove any sensitive data, create a mockup example if necessary.
    Use the Go Advanced option at the bottom of the page then scroll down to Manage Attachments as the "paperclip" method does not work on this forum.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    08-24-2017
    Location
    Hull, England
    MS-Off Ver
    Office Works Calc
    Posts
    10

    Re: VLookup Help & Guidance

    Hi - thanks for the reply.

    Please find an example file attached.

    Sheet 1 is the 'Master Price List' in effect.
    Sheet 2 is how our feed comes from our supplier.

    Many of the columns in sheet 2 are not values that change, so they are a constant. What does change is price and stock, and that is what I need to import into my website on a daily/weekly basis.

    I have named the columns the same in the Master Price List, as they come over in the feed from the supplier. Can Excel look for the Part number in Sheet 2 and then update the relevant Price and Stock boxes?

    For example:

    Cell A2 in Sheet Master is CO5330-WH. Can Excel find that part number in Cell F17 on the CSV Feed sheet (by itself, I don't want to tell it where that part number is as with 4000 product lines, I cannot do that for all.) - and then take the Cost Price (E17) and the Stock (C17) and put them into the relevant cells in the 'Master' sheet (Cell B2 for price, and C2 for Stock)

    Please advise
    Attached Files Attached Files
    Last edited by Wildie16; 08-24-2017 at 07:28 AM.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: VLookup Help & Guidance

    Try these two formulas copied down the columns:

    B2 =INDEX('CSV Feed'!E:E,MATCH(A2,'CSV Feed'!F:F,0))
    C2 =INDEX('CSV Feed'!C:C,MATCH(A2,'CSV Feed'!F:F,0))

  5. #5
    Registered User
    Join Date
    08-24-2017
    Location
    Hull, England
    MS-Off Ver
    Office Works Calc
    Posts
    10

    Re: VLookup Help & Guidance

    Thanks for those, but they do not work. It comes up with Err:508

    Any ideas?

  6. #6
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: VLookup Help & Guidance

    Your profile data is somewhat ambiguous - which spreadsheet software are you using?
    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.

  7. #7
    Registered User
    Join Date
    08-24-2017
    Location
    Hull, England
    MS-Off Ver
    Office Works Calc
    Posts
    10

    Re: VLookup Help & Guidance

    I am using OpenOffice Calc

  8. #8
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: VLookup Help & Guidance

    Then this is not an Excel question, which is probably why you are getting the error message! I've moved your thread to the other platforms section of the forum.

  9. #9
    Registered User
    Join Date
    08-24-2017
    Location
    Hull, England
    MS-Off Ver
    Office Works Calc
    Posts
    10

    Re: VLookup Help & Guidance

    Thankyou!

    Sorry, I thought (or I was told) that it works the same as Excel, it was just pre-installed on the laptops we bought

  10. #10
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: VLookup Help & Guidance

    Sorry, I thought that this was for Excel.

    I am not familiar with OpenOffice Calc so I will not be able to help here.

  11. #11
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: VLookup Help & Guidance

    Some things may work the same as Excel (basic formulae), but you were in the wrong forum section for OpenOffice queries.

+ 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. Guidance please.
    By ariffinaldo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-03-2013, 05:20 AM
  2. [SOLVED] VLOOKUP Guidance
    By Karnik in forum Excel General
    Replies: 5
    Last Post: 11-28-2012, 12:52 AM
  3. Never done VBA programming, so I need some guidance
    By Maverick494 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-07-2012, 12:24 PM
  4. Vlookup need guidance.
    By coolhit in forum Excel General
    Replies: 4
    Last Post: 08-27-2009, 07:34 AM
  5. MIN() MAX() Guidance HELP!
    By Solida in forum Excel General
    Replies: 1
    Last Post: 03-31-2009, 06:54 PM
  6. Need some guidance
    By nfison in forum Excel General
    Replies: 5
    Last Post: 05-02-2007, 10:31 AM
  7. VBA Guidance needed
    By hexOffender in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-01-2006, 12:07 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