Using the Percentile function on assorted cell instead of a continuous range
How do I use the "Percentile" function on assorted cell instead of a continuous range. It works fine for B1:B30, but gives me an error when I put B1, B2, B4, B5, B14, B27. Any suggestions on how to make this work?
Answers
-
What is the reason for needing to skip specific rows?
You could try adding a "helper" checkbox column and checking the rows you want to use.
Then you could use something along the lines of...
=PERCENTILE(COLLECT(B1:B30, Helper1:Helper30, 1), n)
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
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!