lyric0n
Technical User
- Dec 28, 2005
- 74
I have listed data in a table and need to find the percentage of each occurance, so similar to a count, but instead of returning the total count, I need a percentage of the total.
So...
Column
Type1
Type1
Type2
Type3
I need to have it return data in the form...
Name | Percent
Type1 | 50.00
Type2 | 25.00
Type3 | 25.00
I do also need 2 decimals in my remainder has I will have some small percentages.
Thanks,
Chris
So...
Column
Type1
Type1
Type2
Type3
I need to have it return data in the form...
Name | Percent
Type1 | 50.00
Type2 | 25.00
Type3 | 25.00
I do also need 2 decimals in my remainder has I will have some small percentages.
Thanks,
Chris