+ Reply to Thread
Results 1 to 10 of 10

Quicker way to Delete Random Product from Sheet?

Hybrid View

  1. #1
    Registered User
    Join Date
    05-11-2009
    Location
    san diego
    MS-Off Ver
    Excel 2003
    Posts
    7

    Quicker way to Delete Random Product from Sheet?

    Hi Folks,

    I'm brand spanking new here to this forum and a relatively new to excel.

    I'm trying to get a task done at my new job and need some help with this task:

    I have an excel sheet with several thousands products.

    I also have an excel sheet with hundreds of products that need to be deleted.

    The excel sheet with the products to be deleted have a unique product model number to identify with.

    I've been using the "Find" feature to query 1 product at a time. It works but it's slow. Is there quicker way to do this?

    For example can I feed a list of Product Models to excel and tell it to delete the items?

    Thanks,
    Aurise

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Quicker way to Delete Random Product from Sheet?

    Can you add FILTER in first row and filter what you don't want to delete and delete all other?

  3. #3
    Registered User
    Join Date
    05-11-2009
    Location
    san diego
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Quicker way to Delete Random Product from Sheet?

    I don't know, I'm really novice with excel. I will play around with the menus and see if I can filter something..

    Please keep the ideas coming.

    Thanks,

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Quicker way to Delete Random Product from Sheet?

    Go in first row of your data and then Data -> Filter it will be showen as drop down menu.
    Then in column you want to filter your data choose what you need.. there is lot options: less than, starting with, greather then etc.

  5. #5
    Registered User
    Join Date
    05-11-2009
    Location
    san diego
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Quicker way to Delete Random Product from Sheet?

    Zbor,

    Thanks for your tips.. I did look into the filter thing but it's just to complicated for me and also the hundreds of products that I have to delete are not in sequential order.

    A.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Quicker way to Delete Random Product from Sheet?

    Assuming the two lists have a common filed, use a MATCH formula in a column in the main list to look for an exact match in the delete list. Then delete the rows where the formula does not return an error
    Entia non sunt multiplicanda sine necessitate

  7. #7
    Registered User
    Join Date
    05-11-2009
    Location
    san diego
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Quicker way to Delete Random Product from Sheet?

    Quote Originally Posted by shg View Post
    Assuming the two lists have a common filed, use a MATCH formula in a column in the main list to look for an exact match in the delete list. Then delete the rows where the formula does not return an error

    This sounds like it would work but could you explain it a little better?

    One of my files is a copy of the Complete Product List (6500 product)

    The other file has a list of several hundred product to delete.

    They have one field in common: The product Model Number.

    --------------------

    Shouldn't I use the delete list to look for an exact match in the product list?

    A.

  8. #8
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Quicker way to Delete Random Product from Sheet?

    best way is to upload an worksheet with examples so someone can fix formula for you.

  9. #9
    Registered User
    Join Date
    05-11-2009
    Location
    san diego
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Quicker way to Delete Random Product from Sheet?

    Quote Originally Posted by zbor View Post
    best way is to upload an worksheet with examples so someone can fix formula for you.
    Thanks you both for the the help..

    Here's samples of the the two files. They are shorten lists but in the same format as the real ones..
    Attached Files Attached Files

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Quicker way to Delete Random Product from Sheet?

    With both workbooks open, in product list H1 and copy down,

    =MATCH(C1, '[example-of-deletelist.xls]Sheet1'!$A$1:$A$184, 0)

    Then delete the rows that have numbers in them.

+ 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