Forum Discussion
Need help sorting data in random columns
I have data sorted by company across rows but not in sorted columns. How can I sort all companies that have the same data in red to create a list? Do I have to create a separate column for each in red? I have 125 different values for red columns, and if so how can I automate that?
See example:
| Company1 | state | product 1 | product 5 | product 6 | product 8 | |
| Company2 | state | product 2 | product 6 | product 8 | product 9 | |
| Company3 | state | product 1 | product 2 | product 5 | product 7 | product 9 |
8 Replies
- SergeiBaklanDiamond Contributor
What will be desired result for your sample, do you need only sorting or filtering as well?
- ezpzzCopper Contributor
Example would be:
Product 1 Product 2 Product 3
Company Company Company
Town Town Town
Company Company Company
Town Town Town
Company Company Company
Town Town Town
- ezpzzCopper Contributor
SergeiBaklan I would like the end result to be a list of all companies that have each product that I can pull into word to create a directory that is sorted by product (showing each company that has it). I hope that makes sense..
- SergeiBaklanDiamond Contributor
Still not clear. It will be separate table like
product 1 | company 1 | company 3
product 2 | company 2 | company 3
etc
or
you select the product from drop-down list and list of all companies will be generated in one column;
or
something else