Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a rather large spreadsheet of Project Manager data that I want
to use to generate a pivot report from, however in the Pivot I want to create %'ages of the subtotals. All that I understand as there are several threads that give me sufficienf pointers. What i'm stuggling with is the SUMIF side of it. My data layout (or a cut-down version of it) is as follows A B C D ----------- O P---- AA Project Project Team Forecast Forecast Sumif Sumif Manager Name Name Days - Jan Days- Dec Jan Dec Each project can have any of up to 20 different teams working on it A Project can be managed by any 1 of 15 Project Managers Each Project Manager can be managing up to 15 projects at any one time What I want to produce in my pivot is a report showing the %'age of a working month each Project manager is spending on each of his projects. But I only want to include the forecast time for the Project Management team, not any of the other 20 or so teams that may be present. My attempt at the sumif went as follows =IF($B2="Proj - Project Management - EU",SUMIF($A$2:$A$587,$A2,D$2:D$587),0) in columns P thru AA for columns D thru O. That worked, after a fashion, but included all the forecast data for every team rather than just the Project Managers, which I (perhaps optimistically) thought the IF would filter out for me. Any help would be much appreciated. Regards Fred |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
SUMIF | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF with Mutiple Ranges & Criteria | Excel Discussion (Misc queries) | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |