Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default SELECTIVE DELETE

I would like to delete all cells in row M with value 0,

However, all cells in row M contain the formula:

=IF(L8=2004, 2006, 0)

because I used this formula to produce a value of 2006 in M8 where L8 =
2004

I need all the cells that do not read 2006 to be completely blank
(contain no formula or value).

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default SELECTIVE DELETE

Can you convert all the formulas to values?

If yes, then you could
edit|replace
what: 0
with: (leave blank)
replace all
(and check "match entire cell contents")

====
If you can't convert all the formulas to values, you could use a different
formula--like:

=if(l8=2004,2006,na())

Then select column M
edit|goto|Special
Check formulas and errors

Then hit the delete key to clear those cells.

Be careful if there are other errors in column L.

wrote:

I would like to delete all cells in row M with value 0,

However, all cells in row M contain the formula:

=IF(L8=2004, 2006, 0)

because I used this formula to produce a value of 2006 in M8 where L8 =
2004

I need all the cells that do not read 2006 to be completely blank
(contain no formula or value).


--

Dave Peterson
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
selective cells climate Excel Worksheet Functions 1 November 2nd 08 05:26 PM
Selective on Name stew Excel Discussion (Misc queries) 5 September 14th 08 07:53 PM
selective protection Dave[_6_] New Users to Excel 0 February 27th 08 02:15 PM
Selective Deleting Hesham Excel Programming 3 September 27th 05 09:43 PM
Selective import from CSV CK Excel Programming 5 January 29th 04 01:30 PM


All times are GMT +1. The time now is 02:45 PM.

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"