Pivot Table help

ldene

New Member
Joined
Feb 19, 2009
Messages
7
hi, hoping for some help with a pivot table - though to be fair, not sure if this can be done in a pivot table.

i've got a table of data (screenshot attached), column G is calculated via a formula to work out the months between today and whatever the start date is.

i want to pivot table the data, so that i can summarise how many people there are (total) by department and by grade - this i can do, but then next to the total column i want it to tell me how many people have a value in column G equal to or greater than 9 and this is the bit i can't quite work out.

Any advice please?
 

Attachments

  • Screenshot.png
    Screenshot.png
    20 KB · Views: 7

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
put a formula into the data , maybe H
if( G2 > = 9, 1, 0)
then you can sum or count in the pivot table
 
Upvote 0
Solution
dont feel silly , i have very often missed obvious in my career, usually after spending a day or so looking into
anyway
glad its all sorted now
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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