Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 118
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   Report Post  
Senior Member
 
Location: Hyderabad
Posts: 237
Thumbs up

Quote:
Originally Posted by Ken View Post
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
__________________
Thanks
Bala
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Recognizing Unstable Values in Excel Ken Excel Discussion (Misc queries) 6 November 8th 08 10:16 PM
mouse pointer unstable annee Excel Discussion (Misc queries) 2 April 14th 08 06:46 PM
Excel 97 unstable Setting up and Configuration of Excel 0 March 27th 06 10:41 AM
The world is really unstable these days...... [email protected] Excel Worksheet Functions 0 May 16th 05 04:10 AM
The world is really unstable these days...... [email protected] Excel Discussion (Misc queries) 0 May 16th 05 04:09 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"