ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   cell protection (https://www.excelbanter.com/excel-discussion-misc-queries/159312-cell-protection.html)

Steve

cell protection
 
when I refer to a cell as a formula on another cell it gives out a zero but
the reference cell is not zero


Dave Peterson

cell protection
 
If A1 is empty, then
=A1
Will show a 0.

You can use something like:
=if(a1="","",a1)
or
=if('sheet 2'!a1="","",'sheet 2'!a1)
(when the "sending" cell is on another sheet.)


Steve wrote:

when I refer to a cell as a formula on another cell it gives out a zero but
the reference cell is not zero


--

Dave Peterson


All times are GMT +1. The time now is 02:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com