Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default 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 !!

  #2   Report Post  
Posted to microsoft.public.excel.misc
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 !!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default 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 !!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting number of hours per project per team The Fool on the Hill Excel Discussion (Misc queries) 3 December 30th 08 07:39 AM
Calculating hours spent per team The Fool on the Hill Excel Discussion (Misc queries) 1 December 29th 08 02:37 PM
Creating a formula to display # of work hours spent on a project KerryM1212 Excel Discussion (Misc queries) 1 August 3rd 07 06:22 PM
Running Total for Time Spent for a project in 1 month Chart_Maker_Wonderer Excel Worksheet Functions 5 March 8th 07 06:41 PM
How do I calculate the hours spent on a project by entering a sta. joeh Excel Worksheet Functions 4 November 2nd 04 06:39 PM


All times are GMT +1. The time now is 07:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"