#DIV/0! Query

B

Brento

HI,

I have a formula that is just =a13 in cell a1, however, if a13'
formula returns a div/0 answer is there any way we can either return
value of 0 in a1 or leave a1 blank?

thanks in advance

Brent
 
N

Niek Otten

=IF(ISERROR(A13),"",A13)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|
| HI,
|
| I have a formula that is just =a13 in cell a1, however, if a13's
| formula returns a div/0 answer is there any way we can either return a
| value of 0 in a1 or leave a1 blank?
|
| thanks in advance
|
| Brento
|
|
| --
| Brento
| ------------------------------------------------------------------------
| Brento's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=25213
| View this thread: http://www.excelforum.com/showthread.php?threadid=571002
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top