![]() |
Recognizing an Unstable Result
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? -- Ken |
Recognizing an Unstable Result
In column C use this formula,
=IF(ISERROR(Cell_Ref),0,"") -- If this helps, please click "Yes" <<<<<<<<<<< "Ken" wrote: 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? -- Ken |
Quote:
if you are using excel 2007 version, there is simple formulae to get in column C =ISERROR(B1) . it returns TRUE FOR #value, #error etc errors resulted in excel |
All times are GMT +1. The time now is 09:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com