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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!