Sumif column name contains "Tax"
Hi All,
I'm using smartsheets to track scores from daily quizzes taken by members over several teams. The end goal is that we want to compare the total scores from each team in a dashboard, so I'm trying to use the sheet summary to calculate the totals.
Basically, each column on the sheet has one employee's name and the dept that they belong in (read "John Smith - Tax" or "Jane Doe - Payroll").
What formula do I need to use to Sumif the column name contains "Tax", "Payroll", etc.?
Best Answer
-
Tax Total Score formula:
=SUMIF([Name/Dept]:[Name/Dept], CONTAINS("Tax", @cell), Score:Score)
Payroll Total Score formula:
=SUMIF([Name/Dept]:[Name/Dept], CONTAINS("Payroll", @cell), Score:Score)
Tax Total Score and Payroll Total Score should really be a Sheet Summary etc
Answers
-
Tax Total Score formula:
=SUMIF([Name/Dept]:[Name/Dept], CONTAINS("Tax", @cell), Score:Score)
Payroll Total Score formula:
=SUMIF([Name/Dept]:[Name/Dept], CONTAINS("Payroll", @cell), Score:Score)
Tax Total Score and Payroll Total Score should really be a Sheet Summary etc
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!