Hi all
I looked around but cannot find an answer for this very basic issue: is there a IFERROR sort of formula which includes ALL sort of errors (say all non numerical values)?
For example #N/A Sec is not read as error by the plain vanilla IFERROR formula...
Thank you all
Excel...
- tristanreid
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Excel...
No, ISERROR is the widest one, afaik.
There are others, e.g.: ISERR + NA = ISERROR
The problem is that 3rd-party addins like BBG can just put in a string, which is different than an error code.
Probably the solution is to try to convert to whatever type you need and then read an error message if the conversion fails. Or ISNUMBER type of stuff.
-t.
There are others, e.g.: ISERR + NA = ISERROR
The problem is that 3rd-party addins like BBG can just put in a string, which is different than an error code.
Probably the solution is to try to convert to whatever type you need and then read an error message if the conversion fails. Or ISNUMBER type of stuff.
-t.
If you can make computers as smart as humans you will have invented a machine that can sing the words to the Flintstones tune but will forget to pay the phone bill.
- Cheng
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Excel...
Bbg returns all kind of stuff which is not an error code but looks like one. If you want to play it safe use something like
OR(ISERROR(cell),LEFT(cell,1)="#")
or indeeed ISNUMBER if you expect numerical values.
OR(ISERROR(cell),LEFT(cell,1)="#")
or indeeed ISNUMBER if you expect numerical values.
"No trade with death / No trade with arms / Dispense the war / Learn from the past"