Admin
December 4, 2024, 10:53am
1
If we have some data in this form:
And we want to find the percentage of each status by gender, we can do a Pivot :
And then Scale to 100 by column:
To get the percentage by status, we just change Of to Each row :
To get the percentage of the total, we just change Of to All values :
To get a fraction, we just change Scale to to 1 :
1 Like
Olaf
December 4, 2024, 2:19pm
2
I just tried it with an existing pivot which had the totals in it. In this case just double the scale value from 100 to 200 and it works, fine without further changes.
1 Like
Admin
December 4, 2024, 2:32pm
3
Yes, I deliberately row and column totals out to keep it simple. If you have got totals, you will need to change Scale to accodingly.
Thanks for posting this ! I honestly didn’t even know Scale existed !
1 Like