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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!