=C77/SUMPRODUCT(--($A$56:$A$67=A77),--(AND(B77="Alias",$C$56:$C$67>0),$F$56:$F$67)
I've been trying to get the formula above to do the following, but it's not working.
IF MATCH is found between ($A$56:$A$67=A77)
AND B77="Alias"
AND,
OR C77>0
OR $C$56:$C$67>0 [the corresponding row in $C$56:$C$67 is C57 as a MATCH with A77 was found in A57]
Calculate, C77/$F$56:$F$67 [the corresponding row in $F$56:$F$67 is F57 as a MATCH with A77 was found in A57]
IF NOT, return 0
Any ideas?
Dan
I've been trying to get the formula above to do the following, but it's not working.
IF MATCH is found between ($A$56:$A$67=A77)
AND B77="Alias"
AND,
OR C77>0
OR $C$56:$C$67>0 [the corresponding row in $C$56:$C$67 is C57 as a MATCH with A77 was found in A57]
Calculate, C77/$F$56:$F$67 [the corresponding row in $F$56:$F$67 is F57 as a MATCH with A77 was found in A57]
IF NOT, return 0
Any ideas?
Dan