ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Counting hours spent by a team per project (https://www.excelbanter.com/excel-discussion-misc-queries/232175-counting-hours-spent-team-per-project.html)

The Fool on the Hill

Counting hours spent by a team per project
 
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 !!


Jacob Skaria

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 !!


Roger Govier[_3_]

Counting hours spent by a team per project
 
Hi

=SUMPRODUCT(($C$2:$C$100="project")*($H$2:$H$100=" team ID")*$I$2:$I$100)
assuming you have headers in row 1 and your data starts in row 2.

Adjust ranges to suit your data, and substitute the relevant data for "team
ID" and "project"
--
Regards
Roger Govier

"The Fool on the Hill" wrote in
message ...
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 !!


Ron Rosenfeld

Counting hours spent by a team per project
 
On Thu, 28 May 2009 01:33:01 -0700, 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 !!


Assuming that you will have multiple lines per team/project, you could use a
Pivot Table.

Do something like
Drag teams to Rows
Drag projects to Columns
Drag hours to the Data or Value area
--ron


All times are GMT +1. The time now is 06:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com