Sumifs Smartsheet multiple criteria assistance
Hello, I am needing assistance with trying to create a formula in Smartsheets that will count the duration of time for a specific Person/Year. Any help would be appreciated.
EX:
Data Sheet:
Metric Sheet:
Looking for a return on the Metric Sheet to read:
Answers
-
Try something like this in the cell in [Column2]2 and then dragfill down and to the right.
=IF(SUMIFS({Duration}, {Employee}, @cell = $[Primary Column]@row, {Date}, IFERROR(YEAR(@cell), 0) = [Column2]$1)> 0, SUMIFS({Duration}, {Employee}, @cell = $[Primary Column]@row, {Date}, IFERROR(YEAR(@cell), 0) = [Column2]$1))
-
I tried that but I get an Unparseable response. Also the data it is reviewing is on another Smartsheet (an input sheet). So I think that is why it isn't pulling any data and returning an error.
-
I also tried this variant without any luck:
-
Your first formula should have square brackets around cells being referenced that are in teh same sheet as the formula.
{column2}$1
should be
[column2]$1
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!