ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   CORREL w/ condition (https://www.excelbanter.com/excel-worksheet-functions/237623-correl-w-condition.html)

Heidi

CORREL w/ condition
 
I'm trying to use CORREL of 2 columns of data which is based on a conditon of
another column of data. Something like -

IF($a$1:$a$100=1,CORREL($b$1:$b$100,$c$1:$c$100))

Thanks in advance!
Heidi

Libby

CORREL w/ condition
 
If you want to correlate if each cell in column A is equal to 1, you'd use:

=IF(COUNTIF($A$1:$A$100,"=1")=COUNT($A$1:$A$100),C ORREL($B$1:$B$100,$C$1:$C$100),"")

If there is a cell in column A that is not equal to 1, the above statement
returns an empty cell.

Hope that helped!


"heidi" wrote:

I'm trying to use CORREL of 2 columns of data which is based on a conditon of
another column of data. Something like -

IF($a$1:$a$100=1,CORREL($b$1:$b$100,$c$1:$c$100))

Thanks in advance!
Heidi


Max

CORREL w/ condition
 
Think you could try it like this, array entered, ie press CTRL+SHIFT+ENTER to
confirm the formula (instead of just pressing ENTER):
=CORREL(IF(A1:A100=1,B1:B100),IF(A1:A100=1,C1:C100 ))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"heidi" wrote:
I'm trying to use CORREL of 2 columns of data which is based on a conditon of
another column of data. Something like -

IF($a$1:$a$100=1,CORREL($b$1:$b$100,$c$1:$c$100))



Heidi

CORREL w/ condition
 
That's the ONE - Worked PERPECTLY...

THANKS!!!
Heidi

"Max" wrote:

Think you could try it like this, array entered, ie press CTRL+SHIFT+ENTER to
confirm the formula (instead of just pressing ENTER):
=CORREL(IF(A1:A100=1,B1:B100),IF(A1:A100=1,C1:C100 ))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"heidi" wrote:
I'm trying to use CORREL of 2 columns of data which is based on a conditon of
another column of data. Something like -

IF($a$1:$a$100=1,CORREL($b$1:$b$100,$c$1:$c$100))



Heidi

CORREL w/ condition
 
Not the solution to my case, though - THANK YOU!!
Heidi

"libby" wrote:

If you want to correlate if each cell in column A is equal to 1, you'd use:

=IF(COUNTIF($A$1:$A$100,"=1")=COUNT($A$1:$A$100),C ORREL($B$1:$B$100,$C$1:$C$100),"")

If there is a cell in column A that is not equal to 1, the above statement
returns an empty cell.

Hope that helped!


"heidi" wrote:

I'm trying to use CORREL of 2 columns of data which is based on a conditon of
another column of data. Something like -

IF($a$1:$a$100=1,CORREL($b$1:$b$100,$c$1:$c$100))

Thanks in advance!
Heidi


Max

CORREL w/ condition
 
Welcome, glad it helped.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"heidi" wrote in message
...
That's the ONE - Worked PERFECTLY...

THANKS!!!
Heidi





All times are GMT +1. The time now is 06:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com