Addition of a number of fields

  • Thread starter Thread starter Danny
  • Start date Start date
D

Danny

Use an array formulat:

=sum(if(a1:a25="Peter",b1:b25)) in cell say h1 to get all "Peter" in
a1:a25 and their corresponding values in b1:b25, =sum()'ed up, is an array
formula, so, to enter it you press ctrl-shift-enter, not just enter.

Danny
 
I have a table that has a column of users (many duplicates) and a column
of times. I need to be able to produce a table that will show the user
(once only) and a sum of all of their times from table one.

Is this possible?

Thanks

Tom
 
Hi Tom-

Another thought:

If you want to display the results elsewhere rather than having subtotals
inserted in the original range, you might want to try the DSUM function. It
will selectively sum the times using the user names as criteria regardless of
how the records are sorted.

HTH |:>)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top