+ Reply to Thread
Results 1 to 4 of 4

Deleting a range of cell values from column

  1. #1
    Registered User
    Join Date
    09-12-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Deleting a range of cell values from column

    Hi all. I really appreciate this forum and it has helped me a great deal in using excel macros (and kind of learning a little VB code). So thanks to you all who post.

    It seems silly, but I can't seem to find code to replace or delete a range of numeric values in a column.
    That is, I have a large data set (~9000 rows of reaction time data) and I need to delete a range of values (all time values below 400 in column C) but I only want to delete the value in the cells (not the row). I would also like to know how many cells met this criteria.
    Any help would be appreciated!

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: Deleting a range of cell values from column

    Why not use AutoFilter. You can use Countif formula to find out how many.

  3. #3
    Registered User
    Join Date
    08-27-2012
    Location
    Omaha, NE
    MS-Off Ver
    Excel 2010
    Posts
    57

    Re: Deleting a range of cell values from column

    example before and after file would help greatly quirk
    Piggy

  4. #4
    Registered User
    Join Date
    09-12-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Deleting a range of cell values from column

    Thanks Stephen!
    I did use autofilter and countif. I didn't figure out if autofilter could handle deleting values (I thought it primarily removed rows from view) but I was able to work around it and delete the cell values without losing the rows.

+ 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