Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I linked two cells to get the information from other cell, but when this
cell is empty it prints "0". How can I eliminate this problem? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Cell C4, Cell D4 gets the value from C4. On the worksheet itself you can usein D4 =IF(C4<0, C4,"") In VBA, Range("D4") = Application.IF(Range("C4")<0,Range("C4"),"") HTH Andrew Bourke Fernando Duran wrote: I linked two cells to get the information from other cell, but when this cell is empty it prints "0". How can I eliminate this problem? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When is sheet1 to sheet2, is the problem I have.
"Ajtb" wrote in message ... Hi Cell C4, Cell D4 gets the value from C4. On the worksheet itself you can usein D4 =IF(C4<0, C4,"") In VBA, Range("D4") = Application.IF(Range("C4")<0,Range("C4"),"") HTH Andrew Bourke Fernando Duran wrote: I linked two cells to get the information from other cell, but when this cell is empty it prints "0". How can I eliminate this problem? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Eliminating #DIV/O! | Excel Worksheet Functions | |||
when i megre cells that begin with zeros , I lose the zeros | Excel Discussion (Misc queries) | |||
Essbase: Text zeros to number zeros | Excel Discussion (Misc queries) | |||
Charting zeros as non zeros | Charts and Charting in Excel | |||
save text field w/ leading zeros in .csv format & not lose zeros? | Excel Discussion (Misc queries) |