![]() |
eliminating zeros
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? |
eliminating zeros
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? |
eliminating zeros
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? |
All times are GMT +1. The time now is 08:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com