View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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))