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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!