Rank Top 5 Versions
Hi,
I need assistance in finding the top 10 major releases.
I have 8 sheets with the same structure. Each sheet represents data for a specific quarter, such as 23Q1, 23Q2, and so on, up to 24Q4.
Each row represents an open case with case details.
Each sheet has 25 columns and 10,000 to 17,000 rows of data.
Example of such sheet:
I would like to have a statistical summary per product, showing the top 10 major releases from the last 1, 4, and 6 quarters.
Expected Result for product A:
I have tried using a solution that counts each version and then ranks them, but I encountered an error due to too many functions.
Count Column:
=COUNTIF([Major Software Release]:[Major Software Release], [Major Software Release]@row)
Rank Column:
=RANKEQ(Count@row, Count:Count, 0)
Could you please assist me in finding an alternative solution?
Thank you.
Answers
-
The only option I see since your running into the issue of cell ref. Is to run an automation to copy the sheet to another sheet. "This will copy the values and not the formulas" At which point you will be able to run the formulas you need.
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!