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
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!