Cross Sheet Sumifs Formula
Is there a way to run a formula from a cross sheet, that would pull specific names that are in the same cell. To formulate a group that worked together total revenue by the accounts that have "closed won"? I have more than one account holder at times per account
=SUMIFS({Sheet - Forecast Amount}, {MSS Sheet - MSS Account Owner}, FIND("Account Owner Name", "Other Account Holder Name", @cell) > 0, {Sheet - Sales Pipeline Range 4}, "Closed Won")
Best Answer
-
Try something like this...
=SUMIFS({Sheet - Forecast Amount}, {MSS Sheet - MSS Account Owner}, OR(FIND("Account Owner Name", @cell) > 0, FIND("Other Account Holder Name", @cell) > 0), {Sheet - Sales Pipeline Range 4}, "Closed Won")
Answers
-
Do I need CONTAINS instead of FIND....I keep getting "unparaseable"
-
Try something like this...
=SUMIFS({Sheet - Forecast Amount}, {MSS Sheet - MSS Account Owner}, OR(FIND("Account Owner Name", @cell) > 0, FIND("Other Account Holder Name", @cell) > 0), {Sheet - Sales Pipeline Range 4}, "Closed Won")
-
@Paul Newcome I received a number that time but it pulled the revenue of all the cells they were in, not just the cells that only had their names together, if that makes sense
-
Oh. My apologies. I didn't realize you were looking for both at the same time. Swap the OR out with an AND.
-
Ohh my gosh, I should have known that....you rock! Thanks so so very much, it worked!! @Paul Newcome
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!