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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 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!