Sumifs cross sheet
Hello,
I am trying to pull in project expenses from an expense tracking sheet, based on multiple criteria.
- I want to match the project row in my consolidation sheet with the expense sheet (to determine row being calculated)
- I then want to only look at expense lines that are "Completed" (no more expenses are expected on the line)
- Then sum all the rows that meet those criteria
I tried the sumifs formula and I am getting an error. I made a video to show what I did
And heres the formula I used
=SUMIFS({Project Name}, [Primary Column]@row, {Project Expense Tracking Expense status Completed}, "Completed", {Project Expense Tracking budget actual spend})
Best Answer
-
When using SUMIFS (with the S on the end), the range to sum comes first.
=SUMIFS({Project Expense Tracking budget actual spend}, {Project Name}, [Primary Column]@row, {Project Expense Tracking Expense status Completed}, "Completed")
Answers
-
When using SUMIFS (with the S on the end), the range to sum comes first.
=SUMIFS({Project Expense Tracking budget actual spend}, {Project Name}, [Primary Column]@row, {Project Expense Tracking Expense status Completed}, "Completed")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!