Recognizing an Unstable Result

K

Ken

In Column "B" I have a list of results. Some of them have the result of
"#VALUE!".
I would like these cells to be represented in Column "C" with the result of
"0". What IF statement correctly tests for cells which have "#VALUE!" in them?
 
B

bala_vb

Ken;951153 said:
In Column "B" I have a list of results. Some of them have the result o

"#VALUE!".
I would like these cells to be represented in Column "C" with th
result of
"0". What IF statement correctly tests for cells which have "#VALUE!
in them?


if you are using excel 2007 version, there is simple formulae to get i
column C

=ISERROR(B1) . it returns TRUE FOR #value, #error etc errors resulte
in exce
 

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