+ Reply to Thread
Results 1 to 2 of 2

Change prices in inventory spreadsheet.

  1. #1
    Registered User
    Join Date
    02-25-2008
    Posts
    15

    Change prices in inventory spreadsheet.

    I have an inventory excel spreadsheet with about 2000 items in it. I use my own part numbers, item description, price, last date price was updated, and company purchased from.
    To this point I would use the excel find feature and update pricing, date of price change that way.
    I am trying to update the pricing by searching with my part number.
    I have a new worksheet which has 3 lines.
    Part number, item, price.
    I would like to enter my part number, excel lists the item and current price. If I need to change the price I can change there and it changes it in my inventory. Right now I am using Vlookup to display the info now. Takes too long. My dilemma is changing the price and it changes the price in my inventory worksheet.
    If possible I would also like to change the date on which I am making the change.
    Thanks in advance.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Change prices in inventory spreadsheet.

    A VBA solution is the best option here.
    You could use a "front end" sheet to contain all part numbers and new prices, then with code, we could loop though the part numbers and push the new prices to the other sheet, at the same time inserting the current date the change was made.

    You don't provide enough details to develop the specific solution needed for your sheet/structure.
    It is best to upload a sample workbook (any sensitive data removed/dummied) so that a precise answer may be given.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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