+ Reply to Thread
Results 1 to 2 of 2

Delete any row not containing value >100k

  1. #1
    Registered User
    Join Date
    01-18-2011
    Location
    London,England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Delete any row not containing value >100k

    I have a 4000 row and 85 column spreadsheet containing numerical data.

    I need excel to delete any row that doesn't have a number greater than 100,000 in any of the 85 columns.

    I just need to delete the rows which do not contain a sigle value greater than 100,000 in any of the 85 columns.

    Many thanks to anyone who can help me with this

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Delete any row not containing value >100k

    In a new column enter a formula like:

    =COUNTIF(A2:CG2,">100000")=0

    adjust to suit and copy down

    Then go to Data|Filter|Autofilter and filter this new column for TRUE and delete those rows. Then remove the filter.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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