Is there a formula I can use to count how many points someone has received?
We are using smartsheet for submissions for a point-based program we are running. When someone submits an item to the smartsheet through a form, they are awarded between 1-6 points based on what the item is that they submitted. Is there a formula I can use to count how many points someone has received so far, based on the email address they submit?
For example, Julia has 15 points so far. Is there a formula I can use that will total how many points Julia has?
Answers
-
Take a look at the SUMIFS function:
.
-
Use this formula:
=SUMIF(UserID:UserID, UserID@row, Points:Points)
-
Clarification to match your sheet fields:
Add a column for Points, then
=SUMIF([Work Email]:[Work Email], [Work Email]@row, [CPC Point(s)]:[CPC Point(s)])
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!