I have a spreadsheet which lists all of our company's outstanding order lines - currently sitting at about 30,000 lines. (We have a catalogue of about 1 million items). The catalogue number is the unique property for each product.
I'd like to be able to sort them so that the items with the most outstanding orders are listed at the top of the report. I think this means counting how many times each catalogue number appears, and then sorting this count from largest to smallest.
My aim is to see which items have the most outstanding orders, so that I can see where we have the biggest stock shortages, and can then act accordingly.
Should I be sub-totalling the catalogue numbers as a starting point?
Bookmarks