Best Of
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

Re: Need to remove characters from a text string that appear after >
=LEFT(Text@row, FIND(">", Text@row, 1) - 1)

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?

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.

Re: API Access Tokens for non-licensed Users
Technically Company B can access EVERYTHING attached to Company A's account regardless of what the person who generated the token has access to.
There are always going to be security concerns when sharing access. That is why I always encourage "shopping around", very thorough vetting processes, and a competent legal department that can generate documents such as contracts, non-disclosure agreements, etc..
I have even told potential clients that when they reached out to me. Of course I a little more professional about it, but I basically tell people "I'd be more than happy to take your money, but I want you to feel both comfortable and confident in our partnership."
At the risk of getting on one of my soap boxes... Trust is a VERY important part of any business.
(insert 4 more paragraphs after this that I deleted because I did end up on a soap box hahahaha)

Re: Disable License Request Features
"We think it's important to make sure our unlicensed users have a clear path to requesting a license"
Agree. But, what does that have to do with the need to enable admins to manage it?
As mentioned, just produce a dialog when an unlicensed user is trying to do something that requires a license.
The way it is now, is, well, just stupid. It's a clear attempt by Smartsheet to increase the number of licenses, regardless of whether they are needed.

Re: Month to Number
The basic idea of the formula that Itai provided is the one to use. However, since the month is just a text string, you don't need the month function (which works on dates, not text). Try this format; keep going until all of the months are present:
=IF(Month@row = "January", 1, IF(Month@row = "February", 2))
Hope this helps!

Link working fine on Android but not in iPhone
Hello Everyone,
I have created a column in a Smartsheet that is a link column, fetching information from other columns and auto-populating them by passing the parameter to the form when we click on that link, which overcomes the manual entry process for me.
I have successfully created it and it is working fine in Android as well, but on the iPhone, it is not working properly, showing only one location (the last location) when more than one location is selected in the link.
I tried it on the iPad 11 Pro as well, but it was not working in the Smartsheet app but working fine in the Safari browser!
Can anyone help me understand why it is happening and how to overcome it?
I’m attaching a screenshot for your reference, taken from the desktop.
Thanks in advance.
Regards,
Anjanesh
Re: New sheets or templates can only be stored to "Sheets"
Hi @leiti373
I hope you're well and safe!
Yes, it's because they don't have a license. To create a sheet, they need to have a license.
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!

Re: NEW: Get Help page in the Community
This is a good one, segregate the help from the forum/conversations.
