Formula
I am building on my Dashboard, and I am using the Countifs formula to input data into my metric sheet.
I now have certain parts of the document that has multiple options that I would like displayed. Is that possible?
Answers
-
What is your existing COUNTIFS?
-
RCDF
ERV
Pharmacovigilance
CMC
Patient Safety
-
It is difficult to work out what you are trying to do without an example or your existing formulae.
So this answer will assume that you want to have those five metrics displayed separately on your dashboard.
Create a new sheet with just a single row that contains all the different bits of summary data that you need to display on your dashboard. For example, to list the number of events in each category today you would do something like:
- Column "RCDF" formula =COUNTIFS({Issue Category range},"RCDF",{Date range}, TODAY() )
- Column "ERV" formula =COUNTIFS({Issue Category range},"ERV",{Date range}, TODAY() )
- ... and so on
Then add Metric widgets for each one on your dashboard
-
I meant the formula you are currently using. What is that?
I am thinking you are most likely going to need to incorporate the HAS function, but I can't say for sure until I see what you are currently using.
-
apologies, this is the formula I am currently using: =COUNTIFS({NGS Workstream Requirements_Final Template Range 1}, [Primary Column]@row)
I currently have those metrics displayed separately.and would like the ones that have multiple selections to be displayed as well
-
Try this for the HAS function:
=COUNTIFS({NGS Workstream Requirements_Final Template Range 1}, HAS(@cell, [Primary Column]@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!