A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Recognizing an Unstable Result



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2010, 03:39 AM posted to microsoft.public.excel.misc
Ken
external usenet poster
 
Posts: 954
Default 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
  #2  
Old May 5th, 2010, 07:21 AM posted to microsoft.public.excel.misc
BSc Chem Eng Rick
external usenet poster
 
Posts: 98
Default 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

  #3  
Old May 5th, 2010, 10:53 AM posted to microsoft.public.excel.misc
bala_vb[_6_]
external usenet poster
 
Posts: 1
Default Recognizing an Unstable Result


Ken;951153 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



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




--
bala_vb
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:21 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.