A
Android
I need to read columns of non-numeric data, and populate another location
(on same sheet, or another one), the frequency of occurance of data, the %
versus total, etc.
For example, one data column could be:
Student
Professor
Lecturer
Student
Student
If there is a function to calculate the frequency of data such as this, I
will be able to create a table such as this:
Parameter Frequency %
---------- ----------- -----
Student 3 60
Professor 1 20
Lecturer 1 20
Total 5 100
Is there a way to do this without use of VBA?
(on same sheet, or another one), the frequency of occurance of data, the %
versus total, etc.
For example, one data column could be:
Student
Professor
Lecturer
Student
Student
If there is a function to calculate the frequency of data such as this, I
will be able to create a table such as this:
Parameter Frequency %
---------- ----------- -----
Student 3 60
Professor 1 20
Lecturer 1 20
Total 5 100
Is there a way to do this without use of VBA?