0% found this document useful (0 votes)
26 views2 pages

Andrew Andrew Andrew Lorraine Loren Andrew Dorothy John Alice Fiona Alice George Brian George Ralph Penny

This document describes a spreadsheet that contains lists of names. It has a full list, a unique list that removes duplicates, and an unsorted list. Items can be added to the main list in column A, and if not already present, will be added to both lists. The sorted list is generated through an array formula that counts the number of entries less than the selected one to determine sort order, allowing the list to automatically sort with new additions through formulas only without VBA.

Uploaded by

Dascalu Ovidiu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Andrew Andrew Andrew Lorraine Loren Andrew Dorothy John Alice Fiona Alice George Brian George Ralph Penny

This document describes a spreadsheet that contains lists of names. It has a full list, a unique list that removes duplicates, and an unsorted list. Items can be added to the main list in column A, and if not already present, will be added to both lists. The sorted list is generated through an array formula that counts the number of entries less than the selected one to determine sort order, allowing the list to automatically sort with new additions through formulas only without VBA.

Uploaded by

Dascalu Ovidiu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 2

Sheet1

Full List Andrew Andrew Andrew Lorraine Loren Andrew Dorothy John Alice Fiona Alice George Brian George Ralph Penny

Unique List 17 Andrew 11 Lorraine Loren Dorothy John Alice Fiona George Brian Ralph Penny

Unsorted List 1 8 7 3 6 0 4 5 2 10 9 Alice Andrew Brian Dorothy Fiona George John Loren Lorraine Penny Ralph

Add new items to the list in column A

If the item is not already in the list it will be added to both list

The sort order is calculated by an array formula (kindly provi wilcos) that counts the number of entries that are less than th one.
This number is then used to create the Sorted List. This process is entirely formula based production of this product ;-)

Page 1

Sheet1

Sorted List

s to the list in column A

ot already in the list it will be added to both listboxes!

is calculated by an array formula (kindly provided by Jim unts the number of entries that are less than the selected

s then used to create the Sorted List.

s entirely formula based - no VBA was used in the

Page 2

You might also like