View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Counting hours spent by a team per project

Change the "project ID" and "team" to whatever it is. If numerics you dont
need double quotes around project id.

=SUMPRODUCT(--(C1:C100="projectid"),--(H1:H100="team"),J1:J100)

If this post helps click Yes
---------------
Jacob Skaria


"The Fool on the Hill" wrote:

Hello Excel(lent) users,

I want to count the hours that are spent by a particular team on a
particular project. Could you please help me ?

In Column C I have the ID of the project
In Column H I have the ID of the team
The Hours I have in Column J

Could you give me a formula to help me solve this ?

Thank you very much !!