Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Delete cells where value is 0

I have a range of cells where the values are in time format mm:ss.000
Some of the cells will have values, some will be 00.00.000.

I need to either;

Empty all cells where the value is 00.00.000 (so a min formula on a
column will work)
Or but criteria in a min formula so that it doesn't return 00.00.000 as
the minimum value in the column.

The problem I am having is that excel recognises all of my values as
less than 1, even the ones that have a value eg. 12.12.345


Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Delete cells where value is 0

Have you tried doing comparisons like value 0?

Since the values you are parsing are formatted like times, Excel is
probably evaluating them with their serial time equivelent. (12:00 =
0.5)

theSquirrel


keri wrote:
I have a range of cells where the values are in time format mm:ss.000
Some of the cells will have values, some will be 00.00.000.

I need to either;

Empty all cells where the value is 00.00.000 (so a min formula on a
column will work)
Or but criteria in a min formula so that it doesn't return 00.00.000 as
the minimum value in the column.

The problem I am having is that excel recognises all of my values as
less than 1, even the ones that have a value eg. 12.12.345


Thanks


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
delete cells column. Delete empty cells myshak Excel Worksheet Functions 0 March 9th 09 10:59 PM
how can I delete cells containing text within a range of cells jackwmbg Excel Discussion (Misc queries) 2 June 6th 08 09:08 PM
How to delete all the blanc cells in a worksheet and shift cells l tiramisu Excel Discussion (Misc queries) 2 December 7th 06 03:45 AM
macro to select cells containing specific text and delete all cells but these JenIT Excel Programming 3 March 27th 06 10:07 PM
Delete specific cells contents in a row with some locked cells in the same row trussman Excel Programming 2 March 1st 05 06:12 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"