Hi all,
I have been looking for a nice way to extract the top 20 rows based on the value in one column.
The data table is approx 20 columns by 6000 rows, I use VBA to sort and apply filters in various ways, but I would like a way of keeping a small table at the top that keeps the top ten of the filtered values?
Is this possible or do I need to copy the data accross via vba
Thanks for any ideas
I have been looking for a nice way to extract the top 20 rows based on the value in one column.
The data table is approx 20 columns by 6000 rows, I use VBA to sort and apply filters in various ways, but I would like a way of keeping a small table at the top that keeps the top ten of the filtered values?
Is this possible or do I need to copy the data accross via vba
Thanks for any ideas