SUMIFS or SUM(COLLECT) With Cross-sheet Reference
I'm trying to total up hours from a timesheet for each individual across multiple projects. I've tried the following two formulas but both are returning 0.
SUMIFS({Timesheet Hours}, {Timesheet Name}, [Resource Name]@row, {Timesheet SOW}, SOW@row)
=SUM(COLLECT({Timesheet Hours}, {Timesheet Name}, [Resource Name]@row, {Timesheet SOW}, SOW@row))
Best Answer
-
Found my issue. I needed an = before [Resource Name]@row and SOW@row respectively.
Answers
-
I had a similar issue where I needed to convert timesheet hours to a value. Basically whatever formula you have calculating the timesheet hours surround it with a =value(.....).
Does that fix the issue?
-
Then use the sumifs formula that you already made.
-
Unfortunately not. The Hours and SOW columns from each sheet are both Text/Number fields while the Name columns are Contact List.
-
Found my issue. I needed an = before [Resource Name]@row and SOW@row respectively.
-
Ah good catch
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!