Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want the contents of cell A3 to show up in cell b51. What I have done is
in cell B51 I put the formula =A3. The problem is until I enter info into A3 Cell B51 shows a 0. I would like thsi to be an empty cell unitl the info is entered. Any suggestions? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISBLANK(A3),"",A3)
"P. Zicari" wrote: I want the contents of cell A3 to show up in cell b51. What I have done is in cell B51 I put the formula =A3. The problem is until I enter info into A3 Cell B51 shows a 0. I would like thsi to be an empty cell unitl the info is entered. Any suggestions? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
An IF formula will work for you:
=IF(a3="","",a3) "If cell a3 is blank, return a blank; if a3 is anything but blank, return the value in a3." Dave O Eschew obfuscation |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
select the cell which is showing zero & then go to tools | options |
view tab | under the window option | uncheck the zero values option | ok On Jun 3, 7:29*pm, P. Zicari wrote: I want the contents of cell A3 to show up in cell b51. *What I have done is in cell B51 I put the formula =A3. *The problem is until I enter info into A3 Cell B51 shows a 0. *I would like thsi to be an empty cell unitl the info is entered. *Any suggestions? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permenent appearance of the drop down arrow when adding validation toa cell | Excel Worksheet Functions | |||
Count the number of appearance within a cell | Excel Worksheet Functions | |||
Cell appearance | Excel Discussion (Misc queries) | |||
Change the appearance cell where Find criteria is found in a cell | Excel Discussion (Misc queries) | |||
How do I change the appearance of an in-cell drop-down list? | Excel Discussion (Misc queries) |