General summary total by item

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a timesheet recording activity against client for a day. (E.g. ColA:
Client code, B: hours)
The client code may have several entries in the day and may vary from
day-to-day.

What I want is a summary of total daily hours for each client. Given that I
may not know which clients I'll be working on in a day, I need a "DISTINCT"
list of client codes derived from ColA with a SUMIF() type process against
hours for each distinct client code.

Thanks for nay help
James
 
Insert a new worksheet then copy column A data (with a heading) to this
second sheet. Then with the data and the header highlighted, click Data
| Filter | Advanced Filter. Your range should already be filled in and
select Unique Records Only and Copy to Another Location (specify C1)
and click OK. Your unique list will appear in column C, and you can
then copy this back to the first sheet to use with your SUMIF formulae.
The second sheet can be deleted if no longer needed.

Hope this helps.

Pete
 

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