Hi,
Is there anyway of creating conditional formulas where zeros need to be excluded? I want to use CORREL (and similar functions) along with multiple criteria, such as:
=CORREL(IF(--("range A"="criterion A")--("range B"="criterion B");"range C");"range D")
i.e. I want to correlate two ranges, and exclude all values that do not meet my criterion. However, as CORREL depend on whether cells are blank or 0, I can't use arrays as they return 0 when the criterion are not met, can I?
Is there anyway of creating conditional formulas where zeros need to be excluded? I want to use CORREL (and similar functions) along with multiple criteria, such as:
=CORREL(IF(--("range A"="criterion A")--("range B"="criterion B");"range C");"range D")
i.e. I want to correlate two ranges, and exclude all values that do not meet my criterion. However, as CORREL depend on whether cells are blank or 0, I can't use arrays as they return 0 when the criterion are not met, can I?