Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello
I would like to clear a cell to blank (no zero showing) from another cell, just as if I had moved to the cell and pressed the del key. Every thing I try leaves a zero in the cell. TIA Basil |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1="","",A1)
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "basil" wrote in message ... Hello I would like to clear a cell to blank (no zero showing) from another cell, just as if I had moved to the cell and pressed the del key. Every thing I try leaves a zero in the cell. TIA Basil |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Do the following: 1. On the Tools menu, click Options. 2. In the Options dialog box, click the View tab. 3. Under the Window options, click to clear the Zero value check box. 4. Click OK. Challa Prabhu "basil" wrote: Hello I would like to clear a cell to blank (no zero showing) from another cell, just as if I had moved to the cell and pressed the del key. Every thing I try leaves a zero in the cell. TIA Basil |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank Bob works great.
"Bob Phillips" wrote in message ... =IF(A1="","",A1) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "basil" wrote in message ... Hello I would like to clear a cell to blank (no zero showing) from another cell, just as if I had moved to the cell and pressed the del key. Every thing I try leaves a zero in the cell. TIA Basil |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Challa
Bob's fix works but your fix is the best for me as I have a lot of cells in need. "challa prabhu" wrote in message ... Hi, Do the following: 1. On the Tools menu, click Options. 2. In the Options dialog box, click the View tab. 3. Under the Window options, click to clear the Zero value check box. 4. Click OK. Challa Prabhu "basil" wrote: Hello I would like to clear a cell to blank (no zero showing) from another cell, just as if I had moved to the cell and pressed the del key. Every thing I try leaves a zero in the cell. TIA Basil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
clearing a cell | New Users to Excel | |||
clearing a cell and keeping the formula | New Users to Excel | |||
clearing a cell | Excel Discussion (Misc queries) | |||
Clearing a cell | Excel Discussion (Misc queries) | |||
Clearing Contents of Cell | Excel Worksheet Functions |