Forum Discussion
Jpalaci1
May 04, 2021Brass Contributor
Find Start and End Date for Salaries in Pivot Table
I created a pivot table of salaries of employees. I use this pivot table to find when the employee started and possibly ended. I need to only count an employee when he or she was actively employ...
- May 04, 2021
As variant you may generate in parallel one more PivotTable with months aggregating them with min, max and count
HansVogelaar
May 04, 2021MVP
To count the number of months, enter =COUNTIF(I3:T3,">0") in U3 and fill down.
- Jpalaci1May 04, 2021Brass ContributorThank you so much!