Help Categorizing Data for Grant Report
Hello- I'm a novice when it comes to Smartsheets and I'm looking for some assistance.
I'm managing a grant, and one of the goals of the grant is to ensure we are hitting benchmarks in serving underserved communities. I have a sheet with all the demographic information of the participants, but I need the ability to have several columns broken down into a percentage to determine we're meeting this threshold.
For example, if column a is a woman OR column b is a person of color Or if column c lives in a rural or urban community, then this would equal someone from an underserved community.
Does this make sense, and can someone help me figure out how to compute this data?
Thanks!
Answers
-
I would suggest a helper column on the sheet with a formula to output a one (for underserved) or a zero. Then the average will be the percentage of rows that are referring to an underserved person.
=IF(OR([Column A]@row = "Woman", [Column B]@row = "Person of Color", [Column C]@row = "Rural", [Column C]@row = "Urban"), 1, 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!