SUMIFS Formula
Hi Team!
I am trying to work out a formula to sum the forecast amount column for a particular salesperson if the sales stage is "1 - Open" or "2 - Bid Submitted". I have tried SUMIFS formula but keep getting the inparseable error.
Please help!
Best Answer
-
Try this
=SUMIFS({Sheet - Sales Pipeline Range 2}, {Sheet - Sales Pipeline Range 1}, OR(@cell = "1 - Open", @cell = "2 - Bid Submitted"), {Sheet - Sales Pipeline VPC Range 1}, "Joe Prideaux")
Answers
-
Hey @Clare C
What formula were you using?
Here is one that hard codes the salesperson's name. Depending on how your data is arranged, you may be able to collect this dynamically. This formula assumes the SUMIFS formula is on the same sheet as the data. If the formula is on a different sheet, the data will use cross sheet references, - we would need to change the formula for cross references.
=SUMIFS([Forecast Amount]:[Forecast Amount], [Sales Stage]:[Sales Stage], OR(@cell="1 - Open", @cell= "2 - Bid Submitted"), Salesperson:Salesperson, "Joe Prideaux")
Does this work for you?
Kelly
-
Hi Kelly,
I am needing to reference another sheet so I have changed it in the formula you provided above and now it's giving me an invalid operation error.
=SUMIFS({Sheet - Sales Pipeline Range 2}, {Sheet - Sales Pipeline Range 1}, OR({Sheet - Sales Pipeline Range 1} = "1 - Open", {Sheet - Sales Pipeline Range 1} = "2 - Bid Submitted"), {Sheet - Sales Pipeline VPC Range 1}, "Joe Prideaux")
Thanks for your help.
Clare
-
Try this
=SUMIFS({Sheet - Sales Pipeline Range 2}, {Sheet - Sales Pipeline Range 1}, OR(@cell = "1 - Open", @cell = "2 - Bid Submitted"), {Sheet - Sales Pipeline VPC Range 1}, "Joe Prideaux")
-
Oh my god thank you so much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!