Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Animesh
 
Posts: n/a
Default Tracking activities

Hi,
I have an excel table with following fields and sample data

DOCNAME NUMPAGES PERSON %COMPLETE
Doc1 20 A 50
Doc2 52 B 30
Doc3 26 D 60
Doc4 60 A/C/D 80
Doc5 15 B/C 100
...etc..

I need to make a summary sheet containing how much each person has
completed, like:

PERSON %COMPLETED
A ?? <-- X
B ??
C ??
D ??

The way to compute X would be:
Sum (NUMPAGES * %COMPLETED * Factor) for all rows where A is the
person. Factor is calculated as:
1, if 1 person is doing it
1/2, if 2 person is doing it
1/3, if 3 person is doing it

I know about implementing multiple conditions in SUMPRODUCT, but
unable to understand how to implement this.

Any clues would be appreciated!

Regards,
~Animesh
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try the following:
1. Create a helper column with the following formula to calculate the number
of involved persons:
=LEN(C1)-LEN(SUBSTITUTE(A1,"/",""))+1
and copy this for all rows.
Lets assume this is in column E then use the following formula
=SUMPRODUCT(--(ISNUMBER(FIND("A",C1:C100)),B1:B100,C1:C100,(1/E1:E100))

"Animesh" wrote:

Hi,
I have an excel table with following fields and sample data

DOCNAME NUMPAGES PERSON %COMPLETE
Doc1 20 A 50
Doc2 52 B 30
Doc3 26 D 60
Doc4 60 A/C/D 80
Doc5 15 B/C 100
...etc..

I need to make a summary sheet containing how much each person has
completed, like:

PERSON %COMPLETED
A ?? <-- X
B ??
C ??
D ??

The way to compute X would be:
Sum (NUMPAGES * %COMPLETED * Factor) for all rows where A is the
person. Factor is calculated as:
1, if 1 person is doing it
1/2, if 2 person is doing it
1/3, if 3 person is doing it

I know about implementing multiple conditions in SUMPRODUCT, but
unable to understand how to implement this.

Any clues would be appreciated!

Regards,
~Animesh

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
Where is the Template Wizard with Data Tracking Excel 2003? liz braford Excel Discussion (Misc queries) 8 December 7th 05 06:50 PM
Tracking Sports Stats RickALO Excel Discussion (Misc queries) 0 January 15th 05 02:01 PM
Planning & Tracking Home-work projects for kids. Busy Single Mom Excel Discussion (Misc queries) 0 January 12th 05 08:09 PM
How do I convert an existing MS Excel worksheet tracking a simple. NOTANYJOE Excel Discussion (Misc queries) 1 January 4th 05 02:07 AM
Is there a template for legislative tracking in excel? Liz Excel Discussion (Misc queries) 0 December 3rd 04 05:59 PM


All times are GMT +1. The time now is 04:34 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"