Sumifs - Cross sheet reference
HI,
I am very new to smartsheet, but trying to build a rollup sheet from a source sheet. I need to pull the $ amount for every "Executed" contract.
I've tried the below formula and
SUMIFS({Sheet - Contract Management - Complete Lib Range 2},Contract Amount/NTE:Contract Amount/NTE,Status:Status, "Executed")
SUMIFS({Sheet - Contract Management - Complete Lib Range 2},[Contract Amount/NTE]:[Contract Amount/NTE],Status:Status, "Executed")
I am getting UNPARSEABLE
Any help will be appreciated.
Best Answer
-
Are there multiple criteria you are evaluating the contracts for, or is the only criterion that it be Executed?
If you only have one criterion, try a SUMIF formula instead.
SUMIF({Sheet - Contract Management - Complete Lib Status Column}, "Executed", {Sheet - Contract Management - Complete Lib Contract Amount/NTE Column})
In narrative form, we are summing the Contract Amount/NTE column on the Contract Management... sheet for all rows with "Executed" in the Status column.
I hope that helps!
Answers
-
Are there multiple criteria you are evaluating the contracts for, or is the only criterion that it be Executed?
If you only have one criterion, try a SUMIF formula instead.
SUMIF({Sheet - Contract Management - Complete Lib Status Column}, "Executed", {Sheet - Contract Management - Complete Lib Contract Amount/NTE Column})
In narrative form, we are summing the Contract Amount/NTE column on the Contract Management... sheet for all rows with "Executed" in the Status column.
I hope that helps!
-
Thank you!! That was the ticket!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!