Thread
:
MATCH, SUM
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
MATCH, SUM
try
=sumproduct((a2:a22=id)*b2:c22)
--
Don Guillett
SalesAid Software
"mwoody" wrote in message
...
I have identifiers in column A which may be duplicated, then I have the
federal tax in column B and state tax in column C. If the identifier is
the
same in column A, I would like to sum the B and C columns.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett