Formulars Issues
Dear Community,
I am working on our sales dashboard, and I would like to illustrate a graph showing our contract signing date (years), with a contract value (see picture below).
I have the following two tables in my master sheet.
The following is created in my intermediate sheet.
I have tried several formulas, but I still can't figure out, why it's not working. Could it be that the way my dates are entered?
Is there anyone who can help me with the formula?
Answers
-
What is the formula you currently have?
-
Latest Formula, but I also know this might be completely wrong;
=COUNTIFS({Master Sheet - value 2}:{Master Sheet - value 2}, AND{Master Sheet - Decision Matrix Range 1}, >=DATE(2024, 1,1))
=COUNTIFS({Master Sheet - value 2}, {Master Sheet - Decision Matrix Range 1}, >DATE(1, 1, 2024))
-
=SUMIFS([Master Sheet - Value 2]:[Master Sheet - Value 2], [Master Sheet - Decision Matrix Range 1]:[Master Sheet - Decision Matrix Range 1], ">=" & DATE(YEAR(Labels@row), MONTH(Labels@row), DAY(Labels@row)), [Master Sheet - Decision Matrix Range 1]:[Master Sheet - Decision Matrix Range 1], "<=" & DATE(YEAR(Labels@row) + 1, MONTH(Labels@row), DAY(Labels@row)))
-
You are closest with your COUNTIFS. What are each of the {Cross Sheet References} covering?
-
Hi Poul,
It covers two important aspects: First, it indicates the value of the contract associated with the sales opportunity/customer. Second, it outlines when we expect to finalize an agreement (contract) with the sales opportunity/customer.
-
I mean exactly what data points are the two cross sheet references in your COUNTIFS covering? When you created them, what did you select exactly?
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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!