Ottsel
Board Regular
- Joined
- Jun 4, 2022
- Messages
- 174
- Office Version
- 365
- Platform
- Windows
I have a table that Column two contains an array of items.
ListObjects("ItemInventory")
Range A5 contains the item I want the table to sort by. Currently the item inventory is quite large, so it can take time to sort through everything to find the one item you want to show.
How would I structure it so if Range A5 contained "Lamps" that a button would sort the table by column two (which is labeled 'Items") to only show rows that contain "Lamps"?
Any tips, tricks or help would be greatly appreciated!
ListObjects("ItemInventory")
Range A5 contains the item I want the table to sort by. Currently the item inventory is quite large, so it can take time to sort through everything to find the one item you want to show.
How would I structure it so if Range A5 contained "Lamps" that a button would sort the table by column two (which is labeled 'Items") to only show rows that contain "Lamps"?
Any tips, tricks or help would be greatly appreciated!