List totals

I have a sheet that lists all of our clients by project. For reporting, i'd like to see a final report or dashboard widget that lists the clients name in order of most mentions within the original list.
For example: List A
Joe Doe
Freddy Mercury
Alice Chains
Eddie Money
Joe Doe
Eddie Money
Joe Doe
Report:
Joe Doe - 3
Eddie Money - 2
Alice Chains - 1
Freddy Mercury - 1
ย
Essentially i'd like a report of how many projects each has.
Is this doable?
Comments
-
If there are not going to be duplicate numbers of mentions, a LARGE formula would work.ย
However, if you need to stack rank and may have duplicates, it gets a little more complex.
You wouldย need are a couple of helper columns, one for a count of mentions and one to figure out if the client has been repeated.ย
The first one for the count could be a text/number column with the formulaย
=COUNTIF(Client:Client, Client@row)
This will count how many times a client is mentioned.
For theย second one to find the repeat entries, make it a checkbox column.
The formula here will need a way to differentiate between the first unique entry of a client name and the subsequent repeat entries. For this, you would need a COUNTIFSย nested within an IF statement, where the COUNTIFS has an absolute reference in the range.ย
=IF(COUNTIFS($Client$1:Client@row, Client@row) > 1, 1)
This formula will leave the first mention of a client name unchecked and check all subsequent mentions.ย
You could then pull this into a report,ย filter on rows where repeat is not checked, and sort by count.ย
You could also chart directly off the report if you want to create a dynamic chart that will adjust the visual automatically when new clients are added.\
See below for the published sheets!ย
https://app.smartsheet.com/b/publish?EQBCT=e54a5ce22edf472795c91e41786ddd32ย
https://app.smartsheet.com/b/publish?EQBCT=012e8a457aa545bfac85988b23282231
ย
-Troyย
ย
ย
ย
ย
-
Not knowing the layout of your sheet, you could try at least a couple ways:
In the sheet there is a list of the projects.ย In a column "Number of Projects" there is this formula:ย =COUNTIFS(Client:Client, =Client1).ย In front of each client name is the total number of projects.ย This obviously duplicated with each client name, but that could easily be worked around.
-
Hi Jacob,
I think youโll have to changeย or delete your post because youโre showing features thatโs not public yet and under NDA.
Best,
Andrรฉe
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrรฉe Starรฅ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Good catch Andrรฉeย
-
Thank you, this was vey helpful and worked like a charm.
ย
-
Jacob,
Schhhย
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrรฉe Starรฅ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives