Hey Hey,
I have an excel sheet with members. Looking like this;
<tbody>
</tbody>
****** id="cke_pastebin" style="position: absolute; top: 118px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
<tbody>
</tbody></body>For every member I have a different row. So I have 230 rows Amsterdam and 188 rows the hague. I would like to create a new sheet with unique values with frequency. so something like this..
<tbody>
</tbody>
I have an excel sheet with members. Looking like this;
place | date of birth | etc. |
amsterdam | dd-mm-yyyy | x |
The Hague | dd-mm-yyyy | x |
<tbody>
</tbody>
****** id="cke_pastebin" style="position: absolute; top: 118px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
dd-mm-yyyy |
<tbody>
</tbody>
place | date of birth | etc. | fr. |
amsterdam | dd-mm-yyyy | x | 230 |
The Hague | dd-mm-yyyy | x | 188 |
<tbody>
</tbody>