Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daz
 
Posts: n/a
Default How do I use ISERROR in functions to hide error values

I am using ISERROR in conditional fromulaes but I am unable to get them to
work on Functions such as Correl, Thankyou for your help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default How do I use ISERROR in functions to hide error values

Care to post the formula with CORREL and state the reason why ISERROR is
needed?

Daz wrote:
I am using ISERROR in conditional fromulaes but I am unable to get them to
work on Functions such as Correl, Thankyou for your help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daz
 
Posts: n/a
Default How do I use ISERROR in functions to hide error values

Thanks Aladin
I am using 24 rows in the spreadsheet I then copy in data that varies in
amounts of rows used, the formulas are constant so when there is no data the
error sign is displayed then using ISERROR the cell is blank then I am able
to copy paste special and sort using macros to automate task, I suppose my
question is can function formulas have an option so that the cell can be
blank when error values are displayed like conditional formulas.
Conditional Formula OK =if(ISERROR,(A1/A2)," ",A1/A2)
Function F Does Not work=if(ISERROR,CORREL(A1:A5,A8:A12)," ",A1:A5,A8:A12)
Thankyou for you help
"Aladin Akyurek" wrote:

Care to post the formula with CORREL and state the reason why ISERROR is
needed?

Daz wrote:
I am using ISERROR in conditional fromulaes but I am unable to get them to
work on Functions such as Correl, Thankyou for your help


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default How do I use ISERROR in functions to hide error values

One way:

=IF(COUNT(A1:A5),CORREL(A1:A5,A8:A12),"")

Daz wrote:
Thanks Aladin
I am using 24 rows in the spreadsheet I then copy in data that varies in
amounts of rows used, the formulas are constant so when there is no data the
error sign is displayed then using ISERROR the cell is blank then I am able
to copy paste special and sort using macros to automate task, I suppose my
question is can function formulas have an option so that the cell can be
blank when error values are displayed like conditional formulas.
Conditional Formula OK =if(ISERROR,(A1/A2)," ",A1/A2)
Function F Does Not work=if(ISERROR,CORREL(A1:A5,A8:A12)," ",A1:A5,A8:A12)
Thankyou for you help
"Aladin Akyurek" wrote:


Care to post the formula with CORREL and state the reason why ISERROR is
needed?

Daz wrote:

I am using ISERROR in conditional fromulaes but I am unable to get them to
work on Functions such as Correl, Thankyou for your help


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daz
 
Posts: n/a
Default How do I use ISERROR in functions to hide error values

Thankyou Aladin for your Excellent answer to my problem,
Kind Regards
Daz

"Aladin Akyurek" wrote:

One way:

=IF(COUNT(A1:A5),CORREL(A1:A5,A8:A12),"")

Daz wrote:
Thanks Aladin
I am using 24 rows in the spreadsheet I then copy in data that varies in
amounts of rows used, the formulas are constant so when there is no data the
error sign is displayed then using ISERROR the cell is blank then I am able
to copy paste special and sort using macros to automate task, I suppose my
question is can function formulas have an option so that the cell can be
blank when error values are displayed like conditional formulas.
Conditional Formula OK =if(ISERROR,(A1/A2)," ",A1/A2)
Function F Does Not work=if(ISERROR,CORREL(A1:A5,A8:A12)," ",A1:A5,A8:A12)
Thankyou for you help
"Aladin Akyurek" wrote:


Care to post the formula with CORREL and state the reason why ISERROR is
needed?

Daz wrote:

I am using ISERROR in conditional fromulaes but I am unable to get them to
work on Functions such as Correl, Thankyou for your help


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
Can I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Database functions should use criteria in formula, as 1-2-3 does 123user Excel Worksheet Functions 8 September 29th 05 08:57 PM
Visible rows and functions that work tracy Excel Worksheet Functions 2 August 19th 05 05:25 AM
3 questions about automated c++ com add-in worksheet functions gert Excel Worksheet Functions 0 March 10th 05 09:57 AM


All times are GMT +1. The time now is 10:43 PM.

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

About Us

"It's about Microsoft Excel"