Sum if using Multiple Criteria
Criteria from my main data source is:
Geo = North America
Stage = Closing
Opportunity Category = Interim
PCS Invovlement = None
in my main sheet doing a filter, I get 2 lines of data returned so I need that total to appear in the first section of my metrics beside the None and under Interim.
This is the data from the Main data source:
Having 4 criteria to look at is throwing me off and I'm getting nowhere. Any help or examples would be appreciated! :) Once I get the formula for the Closing Stage, Interim and None for PCS involvement, I can recreate for all the other fields I need to populate.
Thank you!
Heather
Answers
-
Give this a try:
=SUMIFS([Amount (converted)]:[Amount (converted)], [Geo]:[Geo], "North America", [Stage]:[Stage], "Closing", [Opportunity Category]:[Opportunity Category], "Interim", [PCS Involvement]:[PCS Involvement], "None")
-
Thank you for your response!! I am receiving a #unparseable error. ?
-
Are your metrics in a difference sheet? The solution I posted will only work if they are in the same sheet. This should work for the two-sheet option, you will just have to setup your references within your metric sheet to point at your source sheet.
=SUMIFS({Amount (converted)}, {Geo}, "North America", {Stage}, "Closing", {Opportunity Category}, "Interim", {PCS Involvement}, "None")
-
YAYYY!!! The metrics were in a different sheet, so this formula worked perfectly!!! Thank you SO much! :) Have the best day!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!