Dashboard Reporting (chart) for Incremental Claim days

I have a Primary Sheet and I have several individual Reports based # of days a claim has been opened: >30, 5-9 days, 10-14 days and 15-30 days.
The Primary Sheet has a column that drives the logic for these reports. Meaning, the column reports # of days since the claim has been opened.
I am wanting to report on the dashboard a sum count of the above increments (preferably pie or bar).
I thought the I could report multiple Reports to the dashboard as one widget, but that isn't possible. What is my best option for reporting in this manner.
Answers
-
I would use a separate sheet that has formulas with cross sheet references.
-
Thanks Paul. I have reviewed about 10 videos and several relatable posts, but am still finding myself unable to complete what should be a simple task.
Here is the new sheet with the rows: I am not certain what to put in the primary row or if that should be blank, so that could be part of my issue.
And here is my formula. Is it my spaces that are causing the issue? Could it be that I have the reference sheet column at the end of the formula?
I would ideally like to have the dashboard only reflect the chart, but I would like the sheet that it is referencing to reflect the actual accounts that need to be viewed for the day categories.
Any help you could provide would be very much appreciated!=COUNTIF([#Days since receiving the Claim Review Request]:[#Days since receiving the Claim Review Request], 5) + COUNTIF([#Days since receiving the Claim Review Request]:[#Days since receiving the Claim Review Request], 6) + COUNTIF([#Days since receiving the Claim Review Request]:[#Days since receiving the Claim Review Request], 7) + COUNTIF([#Days since receiving the Claim Review Request]:[#Days since receiving the Claim Review Request], 8) + COUNTIF([#Days since receiving the Claim Review Request]:[#Days since receiving the Claim Review Request], {Coding Questions Request Tracker Sheet w/ Range 1}9)
Screenshot of original column in original sheet:
-
You need to make sure you are setting up your {Cross Sheet Reference} appropriately. From there, you should be able to use a single COUNTIFS along the lines of…
=COUNTIFS({XSheet Reference To Days Column}, AND(@cell >= 5, @cell <= 9))
.
-
Wow, I was really over thinking that one! I thought I had read that SS couldn't use >= for algorithms, but I was wrong. Thank you so much for simplifying this component, Paul!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives