ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Hiding the error caused by the formula in a cell / column (https://www.excelbanter.com/excel-discussion-misc-queries/157823-hiding-error-caused-formula-cell-column.html)

Sasikiran

Hiding the error caused by the formula in a cell / column
 
Hi,

I have a formula in a particular cell which calculates the quality % based
on the numbers entered in another cells. I had included the formula in the
required cell and it is appearing as "#DIV/0!" as error as I have not entered
the data in the reference cells pertaining to the formula.

Is there any way to hide the error symbol in that cell without deleting the
formula?

Thanks in advance.

papou[_2_]

Hiding the error caused by the formula in a cell / column
 
Hello
Yes, for instance if you place such formula in say B1:
=If(A1<"",A1/A2,"")

It will remain empty("") if no value is found in A1.
Else it will calculate division.

HTH
Cordially
Pascal



"Sasikiran" a écrit dans le message de
news: ...
Hi,

I have a formula in a particular cell which calculates the quality % based
on the numbers entered in another cells. I had included the formula in the
required cell and it is appearing as "#DIV/0!" as error as I have not
entered
the data in the reference cells pertaining to the formula.

Is there any way to hide the error symbol in that cell without deleting
the
formula?

Thanks in advance.




bj

Hiding the error caused by the formula in a cell / column
 
one way
=if(iserror(yourformula),"",yourformula)

"Sasikiran" wrote:

Hi,

I have a formula in a particular cell which calculates the quality % based
on the numbers entered in another cells. I had included the formula in the
required cell and it is appearing as "#DIV/0!" as error as I have not entered
the data in the reference cells pertaining to the formula.

Is there any way to hide the error symbol in that cell without deleting the
formula?

Thanks in advance.


Sasikiran

Hiding the error caused by the formula in a cell / column
 
HI Papou,

Can you please explain with this.. Im not getting

A1 B1 C1

The formula in C1 is =(A1-B1)/A1

How do I change this?


Thanks


"papou" wrote:

Hello
Yes, for instance if you place such formula in say B1:
=If(A1<"",A1/A2,"")

It will remain empty("") if no value is found in A1.
Else it will calculate division.

HTH
Cordially
Pascal



"Sasikiran" a écrit dans le message de
news: ...
Hi,

I have a formula in a particular cell which calculates the quality % based
on the numbers entered in another cells. I had included the formula in the
required cell and it is appearing as "#DIV/0!" as error as I have not
entered
the data in the reference cells pertaining to the formula.

Is there any way to hide the error symbol in that cell without deleting
the
formula?

Thanks in advance.





Sasikiran

Hiding the error caused by the formula in a cell / column
 
Thanks BJ... its working fine..

"bj" wrote:

one way
=if(iserror(yourformula),"",yourformula)

"Sasikiran" wrote:

Hi,

I have a formula in a particular cell which calculates the quality % based
on the numbers entered in another cells. I had included the formula in the
required cell and it is appearing as "#DIV/0!" as error as I have not entered
the data in the reference cells pertaining to the formula.

Is there any way to hide the error symbol in that cell without deleting the
formula?

Thanks in advance.


JE McGimpsey

Hiding the error caused by the formula in a cell / column
 
One way, slightly modified:

=IF(A1=0,"",(A1-B1)/A1))

or, equivalently:

=IF(A1=0,"",1-B1/A1)


In article ,
Sasikiran wrote:

Can you please explain with this.. Im not getting

A1 B1 C1

The formula in C1 is =(A1-B1)/A1

How do I change this?


David Biddulph[_2_]

Hiding the error caused by the formula in a cell / column
 
I hope that you meant to test not A1 but A2, as that's where the divide
overflow comes from?
--
David Biddulph

"papou" wrote in message
...
Hello
Yes, for instance if you place such formula in say B1:
=If(A1<"",A1/A2,"")

It will remain empty("") if no value is found in A1.
Else it will calculate division.

HTH
Cordially
Pascal


"Sasikiran" a écrit dans le message
de news: ...
Hi,

I have a formula in a particular cell which calculates the quality %
based
on the numbers entered in another cells. I had included the formula in
the
required cell and it is appearing as "#DIV/0!" as error as I have not
entered
the data in the reference cells pertaining to the formula.

Is there any way to hide the error symbol in that cell without deleting
the
formula?

Thanks in advance.







All times are GMT +1. The time now is 01:07 AM.

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