Calculation of Standard deviation with a criteria

I need to calculate standard deviation for "Paul" only in Smartsheet
Column 1 Column 2
Paul 40
Alex 60
Paul 35
Dorothy 55
Simon 60
Paul 50
Best Answer
-
There are a few different Standard Dev functions (link below) to take your pick from, but regardless of which you choose, you are going to want to incorporate a COLLECT function.
=STDEVA(COLLECT([Column 2]:[Column 2], [Column 1]:[Column 1], @cell = "Paul"))
Answers
-
There are a few different Standard Dev functions (link below) to take your pick from, but regardless of which you choose, you are going to want to incorporate a COLLECT function.
=STDEVA(COLLECT([Column 2]:[Column 2], [Column 1]:[Column 1], @cell = "Paul"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 515 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
Check out the Formula Handbook template!