How do I sum scattered entries on an Excel worksheet?
Hi
Try something like this:
=SUMPRODUCT((A1:A1000="Smith")*--(B1:B1000))
With this function, you can't use full columns and the ranges must be the
same size.
Hope this helps.
Andy.
"bassmanfranc" wrote in message
...
I would like to be able to locate all of one type of entry on a spreadsheet
and sum the accompanying entered values. Example: Users enter mutliple
entries for SMITH job in the NAME column(A) and a value of 1.5 in the
HOURS
column(B) associated with it. They do this various times on this
worksheet,
but not in sequence. How can I LOCATE all of the scattered SMITH entries
in
the NAME column and SUM the associated VALUES in the HOURS column, giving
me
all of the hours entered for the SMITH job?
EXCEL 2002 SP3
|