+ Reply to Thread
Results 1 to 5 of 5

Row Delete Question

  1. #1
    Registered User
    Join Date
    06-13-2008
    Posts
    9

    Row Delete Question

    Hi all,

    I was searching the net for some help and stumbled upon this forum.

    I've used Excel for years, but recently due to the fact that we're setting up a new POS system at my company and I'm needing to edit and import large product spreadsheets, some of this suff I'm needing to do I haven't attempted before with Excel.

    Basically what I'm trying to do is this: I have a spreadsheet with 28,000 rows. In column "C" I'm trying to isolate cells that contain the words "postform" OR "vertical" and then delete the entire row. Column "C" contains a description and these words are at the end of the description, so I don't see an easy way to group them and delete all at once.

    Any help would be greatly appreciated! Thanks!

  2. #2
    Registered User
    Join Date
    06-12-2008
    Posts
    3
    Hi there

    ok i am still new to this myself but i encountered the same senario and found that you can get a text editor like UltraEdit, open your xls file or you might have to convert it to a CSV. then when its open do a "find" on the words you want to find, you can tag all those lines then cut them out or delete them.......... this might be a simple solution for you, but im still learning myself so im just tryin to help good luck

    Brad

  3. #3
    Forum Contributor Stuie's Avatar
    Join Date
    09-17-2006
    Location
    Suffolk, UK
    MS-Off Ver
    Excel 2003/2007
    Posts
    432
    Hi martymoose,

    I way to do this would be to run a formula down col "D" (If its available) and then sort it by col "D" so you know which ones to delete.

    I know that doesnt make much sense so i will show you.

    in coloum "D" enter this formula and drag it down to the last row

    =IF(ISERROR(FIND("postform",C1)),IF(ISERROR(FIND("vertical",C1)),0,1),1)

    once the forumla has finished calculating, highlight cols C and D and click Data>Sort and then sort by col D Desending

    all cells in range D with the number 1 in have either the word postform or vertical in that cell (please note that this will detect that word even if it part of another word).

    also you will need to change the C1 part of the formula to the cell where it starts

  4. #4
    Registered User
    Join Date
    06-13-2008
    Posts
    9
    Thank you both of you for responding.

    Stuie, tried your method and it does exactly what I need. Thanks very much for the help!

  5. #5
    Forum Contributor Stuie's Avatar
    Join Date
    09-17-2006
    Location
    Suffolk, UK
    MS-Off Ver
    Excel 2003/2007
    Posts
    432
    No Problem martymoose, glad i could help

+ 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