Best Of
Re: Looking for a review on the Work Apps feature
Greetings @CamSME,
As a frequent implementor of WorkApps, it is a potent tool, especially if you are trying to convey information to specific groups of users and must present it in both a computer and mobile experience.
I utilize it to share project information with stakeholders across the state, including contractors outside the agency. It allows me to tailor the information to specific groups in a single location.
It integrates seamlessly with Smartsheet assets except for Dynamic views, which we have asked for to be changed.
One of the things to consider that Smartsheet is not clear about is the number of Collaborators you will need to purchase. Collaborators are the people who will use the WorkApp during the month, and Smartsheet has bundle packages. There is a cost, so include this in your cost analysis. The good news is that the collaborators reset each month, so it is not tied to a specific user.
I hope this helps.
Thanks,
Frank
Frank S.
Re: Join us as we celebrate Gartner Peer Insights Customers' Choice 2023 🥳 Enter to win swag
My favorite Smartsheet moment was when a friend told me about the 'URL query string to prefill different default values for the same form' - changed my life..
I had around 1000 forms for our Customer Survey Program, after this tip........Down to 28 Forms!!!!
Can you imagine trying to make the smallest change in 1000 different forms??? Well not anymore😎
So there are some incredible tips out there from incredible people, learning new capabilities every day with Smarsheet.
Itai Perez
Re: Importing from Excel works one way, but not another?
Hi @jmhoward
I hope you're well and safe!
Strange!
If you haven’t already, I recommend submitting a support ticket through the new Smartsheet Support Portal.
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Andrée Starå
Re: Importing from Excel works one way, but not another?
I find that the sheet will pull in as expected, but I need to enter data into at least 1 cell, in order for things to save / be accessible later. As soon as you do it, you would find the sheet to be accessible / findable in the search.
Re: Impossible to countifs on an empty column
Try tucking the last condition inside the COUNTIFS closing paren.
=IF(ISBLANK([Name of LE]@row), "", COUNTIFS({Fn}, "HR", {LEC - Action list conso pivot Range 1}, CONTAINS([Region / IE_ID]@row, @cell), {Stage}, "Stage0", {TgtDate}, ""))
Carson Penticuff
Report not printing as shown on screen
I have created a report with one group and two summaries. It looks good on my screen but when I go to print the report, it does not show the grouping or the summaries. I have deleted the report and recreated it and it still does print correctly. I also tried to export to a .pdf or Excel and neither one of those reports were correct either.
Can someone help me get this report to print like what is on the screen?
Thanks,
Janelle
Janelle
Re: Can you add a hyperlink to a cell that's linked in from another sheet?
Hey @ro.fei
The only way to have a clickable link in the same cell as other content is to have it be the fully URL displayed. This means you could have a link to a sheet and the contents from your cell-linked column if the link was the URL to the sheet:
Cheers,
Genevieve
Genevieve P.
Re: Need to remove characters from a text string that appear after >
=LEFT(Text@row, FIND(">", Text@row, 1) - 1)
Paul H
Indenting Text for Dashboard Exports
Hey Smartsheet Community! I am posting this in response to the Engage Product Vision sessions that Ben Canning hosted, where there was some talk about someday exporting dashboard content other mediums such as PDF, Powerpoint, Google Slides, etc. In my company's change management journey we have been working hard to standardize a per-project dashboard layout that can easily be snipped and pasted into those other layouts. Reality is executives want the 'highlights': talking points they can read off-line, share, print, or copy/paste, all without having to sit through a project update meeting.
If your PPM weekly rollup is going to be consumed off-line by leaders, one key requirement is to include story bullets, not just graphical indicators. There lies my challenge: How to build a dashboard layout that honors the indent or 'nesting' of text bullets?
In Powerpoint, Slides, Word, or Email, we often communicate with nested bullets or numbers, like this:
In Smartsheet, you can do this within a sheet if the update is your primary column. Many of us probably have variations of this:
However, we break our updates into 3 key areas: Current Status, Recent Accomplishments, and Upcoming Activities, like this:
Unfortunately, only the primary column can indent, so we needed another way to visualize each of the 3 buckets. Likewise, the primary column indenting can only be viewed in a sheet, not in a report or dashboard. I have tried multiple formulas to insert spaces or blank ascii characters to force the indenting, with no success. There are a handful of community articles about leading whitespaces with formulas, and they all seem to land on the same problem, here's an example:
https://community.smartsheet.com/discussion/26966/cell-with-leading-whitespace
The workaround we have landed on is this:
1. PMs enter their updates in a single row per update (no indented child rows)
2. PMs are trained to use alt-enter within the cell to separate their thoughts and keep it short, like you would in a powerpoint (no run-on sentences, no extra words)
3. We have a hidden locked row in the Summary section that uses index to collect the row with the most recent update, and then convert their content into bulleted format in 3 fields using ALT characters (e.g. https://tools.oratory.com/altcodes.html)
4. We deliver those 3 fields to the project dashboard using Metric Widgets
Our first row of data sits in row 24. There is a helper column called "Dates with an Update" that makes sure the row we grab actually has content. The formulas are:
="• " + SUBSTITUTE(INDEX(Accomplishments24:Accomplishments124, MATCH($[Last Update]@row, $[Dates with an Update]24:$[Dates with an Update]124)), CHAR(10), CHAR(10) + " • ")
="• " + SUBSTITUTE(INDEX(Accomplishments24:Accomplishments124, MATCH($[Last Update]@row, $[Dates with an Update]24:$[Dates with an Update]124)), CHAR(10), CHAR(10) + " • ")
="• " + SUBSTITUTE(INDEX([Upcoming Activities]24:[Upcoming Activities]124, MATCH($[Last Update]@row, $[Dates with an Update]24:$[Dates with an Update]124)), CHAR(10), CHAR(10) + " • ")
Each PM then snips this portion of their dashboard and pastes it into Powerpoint. We collate and send out to our executive team weekly.
The drawback of this approach is we still lose the nesting. We have another version in testing that uses multiple rows to allow primary column indenting, and then applies an alternate character from the ALT-map. This is actually more complex and fragile because users visually lose track of whether their indented row is level 2,3, 4, etc. We're trying to solve for that with more training and more conditional formatting, but it's just not ideal.
Summary: When Smartsheet works on the design for extracting dashboard content to other mediums, I hope they will first deliver a method to show indented content in reports and dashboards. Bonus points if we could indent in columns other than the primary column, but I suspect that's far fetched.
Challenge: Any community users out there have a better way to nest and indent text content within a dashboard widget?
Scott Peters
Re: IF formula Help
These are my columns
The formula I have right now is: =IF(AND([Amendment/Proposal Emailed]@row<>"'', [Program Effective Date] >1/1/23), 1, 0)
I am trying to make it so when the criteria is true it gives me a 1, if not 0, so later I can sum and see how many amendments were sent. I need the date to be only on January, only in february, etc.







