A
Alan F.
Does anybody know if there is a global setting etc. or code that I can
set so that I do not get the #VALUE! errors whan one of my formulae
references a blank cell? A sort of "OnError" command.
I know that I can modify all my formula with
IF(ISNUMBER(A1),A1*(1-b2/100),"") but then all my simple formulae
become more difficult to read, longer to create and more prone for
errors.
=A1*(1-b2/100) is a lot easiar to read and trouble shoot
then =IF(ISNUMBER(A1),A1*(1-b2/100),"")
What I want is for the system to just return a blank if there is a
blank in the data cells.
In hope
Alan F.
set so that I do not get the #VALUE! errors whan one of my formulae
references a blank cell? A sort of "OnError" command.
I know that I can modify all my formula with
IF(ISNUMBER(A1),A1*(1-b2/100),"") but then all my simple formulae
become more difficult to read, longer to create and more prone for
errors.
=A1*(1-b2/100) is a lot easiar to read and trouble shoot
then =IF(ISNUMBER(A1),A1*(1-b2/100),"")
What I want is for the system to just return a blank if there is a
blank in the data cells.
In hope
Alan F.