View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Heidi Heidi is offline
external usenet poster
 
Posts: 75
Default 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