Cross Sheet Reference/ sum values
Looking to VLOOKUP into one data sheet to find
- a sales rep name where the sales stage is contracted and sum up the Estimated Value field, which sums up any dollar amount in the (estimated value) field. End result is to show a sales rep and how much they have contracted to close via a dollar amount.
My formula example:
=COUNTIFS({Sales Stage}, ="FU-6", {Sales Rep}, ="Phil", {Est Value}, = "???")
Comments
-
If you are wanting to sum numbers based on specific criteria, you will want to use a SUMIFS instead of a COUNTIFS.
-
Paul - thanks for the suggestion. Any thoughts around pulling back the total $ amount within the estimated value column?
=SUMIFS({Sales Rep 1}, ="Terry", {Stage Range 3}, ="Contract", {Sales Pipeline Range 1}, ="[Estimated Value]:[Estimated Value]")
-
Are you able to provide some screenshots with sensitive/confidential data hidden, removed, or replaced with "dummy data"?
I am unable to determine which column names/cross-sheet references need to go where just based on your provided formulas.
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!