+ Reply to Thread
Results 1 to 3 of 3

How to update an excel list? Not quite sure...

  1. #1
    Registered User
    Join Date
    09-21-2008
    Location
    new york
    Posts
    1

    How to update an excel list? Not quite sure...

    Ok, here is my problem and excuse if its in the wrong forum. I have one list I get from a vendor with all current products. I also get another list with all discontinued products. These are hundreds in both. So, I want to know is there a way I can take sheet A(discontinued products)and update sheet B(which will have both current and discontinued)to be updated with sheet A to only have current products and erase all of its discontinued. I hope I was clear.

  2. #2
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626

    See the attachment

    I think this can help you.
    Attached Files Attached Files
    I need your support to add reputations if my solution works.


  3. #3
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848
    The manual version would be to add a column to your B sheet with a VLOOKUP function/formula in it.

    your formula would be something along the lines of:
    Please Login or Register  to view this content.
    Where:
    A2 is the product that you are checking to see if it is on the Active list.
    Sheet1!A:A is the column with the Active products listed (their names / IDs)
    1 = the column number that has the data you are looking for - in this case you only have one column in your table, but the VLOOKUP can return any column's data as long as it is in your table
    False = Match the item / ID

    Copy the formula all the way down to the end of your table.

    Sort on the VLOOKUP column - if you sort ascending scroll to the bottom of the list and delete all rows that have a result of #N/A in the column. If you sort descending the #N/As will be on the top.
    Last edited by mdbct; 09-21-2008 at 09:17 PM.

+ 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. Macro visible in VBA Editor not shown in my Macro list in Excel
    By Eduard in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-09-2008, 02:32 AM
  2. Automatically update a unique list
    By Fos605 in forum Excel General
    Replies: 3
    Last Post: 06-26-2008, 08:31 AM
  3. Excel 2007 Dropdown List
    By bs2713 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-26-2007, 03:58 AM
  4. update price list
    By derekbro in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-09-2007, 03:39 AM
  5. Excel Update
    By lotsofloot in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 10-15-2006, 12:51 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