LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default replacing zeros with blanks but leaving dates alone

Your post is not entirely clear to me. The column with the dates/zeroes...
are the values manually entered or are they the result of formulas in that
column? If they are the result of formulas, then do this...

=IF(A1="","",<YourFormulaWithoutTheEqualSign)

changing the A1 reference to the address of the first formula cell in
whatever column, of course.

If manually entered, then are you looking to change the values in the same
cells? If so, you can use Edit/Replace to do that.

--
Rick (MVP - Excel)


"Evil with a K" wrote in message
...
Ok here is the problem;
I have a column that displays a date if no date exists
then a zero is placed in it. What I am trying to do is to clear (display
blank cell) that have a value of zero (0) but keep the date in all cells
that
have a date. (I am aware of the fomula being in the blank cell but I
already
know how to fix that by the paste special function)

I think the IF Function could do it, but when I've used suggested formulas
off this web page none seem to work. When I used this formula
=IF(0,null,"")
then paste it to all cells, it removes all dates.



Any help would be appreciated

Thx


 
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
Replacing text in a cell with blanks Tom Excel Discussion (Misc queries) 3 May 10th 09 06:02 PM
Replacing Text in a cell with blanks Tom Excel Discussion (Misc queries) 2 May 10th 09 03:23 PM
How to hide blank rows after data whilst leaving some blanks. thomsonpa New Users to Excel 0 January 10th 08 06:05 PM
Copy a column leaving out any blanks Mike Pearson[_2_] Excel Worksheet Functions 5 June 10th 07 02:09 PM
replacing only zeros [email protected] New Users to Excel 3 June 7th 05 04:11 AM


All times are GMT +1. The time now is 10:37 PM.

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

About Us

"It's about Microsoft Excel"