Pivot table or SUMPRODUCT?

mfarah

New Member
Joined
Aug 20, 2008
Messages
35
I’m trying to find out how many consultant and peer days (column P through to W) are used allocated and delivered to support poor or weak organisations (column B) against 11 themes (workforce, local democracy, Leadership/local democracy, etc (column BW))<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
from a big excel spreadsheet that is updated by a lot of people and does not belong to me so I cannot change it - though i have to obtain this intelligence from it each month.

I’m told a pivot table is best to display this but try as I might I cannot get this information into a pivot table in any meaningful way - so any help here would be appreicated. In the absence of a pivot table I have tried to do a calculation using SUMPRODUCT e.g: =SUMPRODUCT(-(NORTH!BW3:BW101="Leadership/local democracy"),-(NORTH!B3:B101="Weak"),NORTH!P3:P101) or SUM( IF) but neither work so I’m obviously doing something wrong – see Poor and weak delivery tab in this file - http://www.box.net/shared/r6bcom48dv for my paltry effort in this.

Once i work out the delivery to poor and weaks by theme i also have to do a COUNT of poor and weaks by theme also...
<o:p> </o:p>
hope you can help – am available for additional clarifying questions…the file is located here - http://www.box.net/shared/r6bcom48dv would appreciate your help
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
I can't access your file but the SUMPRODUCT formula looks like a viable formula, what result does it give you, is it zero or error or a non-zero result that doesn't appear correct
 
Upvote 0
I've just tested the file and if you click on the download button and then on open it should open for you.....In anycase It gives me a #N/A error I maybe should state that there are spaces in some of the colums - would this make a difference even if it's not on the relevant line of data that should be returned by that function?
 
Last edited:
Upvote 0
I can't access the site because of restrictions where I work......

If you get #N/A that probably means you have #N/A errors somewhere in the data. SUMPRODUCT won't work if you have errors in any of the ranges. You can change the formula or eliminate the #N/As. If you have some where are they (which columns)?
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top