I have large excel file of such sample data as given below, randomly placed:
| 825 | Sample1 |
| 825 | Sample1 |
| 825 | Sample1 |
| 729 | Sample1 |
| 729 | Sample1 |
| 729 | Sample1 |
| 3114 | Sample1 |
| 1158 | Sample1 |
| 633 | Sample1 |
| 3105 | Sample1 |
| 3105 | Sample1 |
| 3105 | Sample1 |
| 3105 | Sample2 |
| 1158 | Sample2 |
| 1158 | Sample2 |
| 1158 | Sample2 |
| 1158 | Sample2 |
| 663 | Sample2 |
I want average for each sample. Please help how to do it. To get the average in one go without doing it manually for each sample.
There are at least 500 samples so applying formula may help.
>Solution :
Put headers above the list, then insert a Pivottable with the sample as Row header and the average value as Data element.