T
Tom Ogilvy
Formulas work from the destination.
in the destination cells you might use something like
=sum((Sheet1!$B$1:$B$200=Column())*(Sheet1!$C1:$C200)=row())*Sheet1!$A$1:$A$
200)
Entered with Ctrl+shift+enter
or
=sumproduct(--(Sheet1!$B$1:$B$200=Column()),--(Sheet1!$C1:$C200)=row()),Shee
t1!$A$1:$A$200)
entered normally.
This would put zeros in cells where there is not match, but that may not be
an issue.
in the destination cells you might use something like
=sum((Sheet1!$B$1:$B$200=Column())*(Sheet1!$C1:$C200)=row())*Sheet1!$A$1:$A$
200)
Entered with Ctrl+shift+enter
or
=sumproduct(--(Sheet1!$B$1:$B$200=Column()),--(Sheet1!$C1:$C200)=row()),Shee
t1!$A$1:$A$200)
entered normally.
This would put zeros in cells where there is not match, but that may not be
an issue.