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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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!