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.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!