Manual Pivot of 400 unique items
I have a set raw set of data that is divided into 4 categories (i'll call it level a), and further divided into 400 (level b) more categories, each of which has a cost. Each item can repeat itself over an over, and the same item can belong to multiple categories of level a (but not level b)
example set of data
A B Cost
1 x $5
1 y $1
3 z $7
3 z $7
1 z $7
1 x $4.50
I need to pull out the top 10 of each category with the minimal amount of rows and columns, as this will be referenced by other sheets and needs to be as light as possible to support large amounts of data. In other words a basic pivot function.
Best Answer
-
Got it. Helper with sumifs, then large(distinct(collect())) and a couple index matches thrown on for good measure.
Answers
-
Got it. Helper with sumifs, then large(distinct(collect())) and a couple index matches thrown on for good measure.
-
Hi @L@123
Glad you got it working! 😊
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!