-
Simple Star Rankings
Here's a single formula to show star rankings (including half stars) for anyone who's interested: =IF(ISBLANK(Rank@row), "", IF(Rank@row = 0, "☆☆☆☆☆", IF(Rank@row = 0.5, "⯪☆☆☆☆", IF(Rank@row = 1, "★☆☆☆☆", IF(Rank@row = 1.5, "★⯪☆☆☆", IF(Rank@row = 2, "★★☆☆☆", IF(Rank@row = 2.5, "★★⯪☆☆", IF(Rank@row = 3, "★★★☆☆", IF(Rank@row…
-
Smartsheet- getting error repeatedly when trying to add a Sharepoint link to dashboard
This is occuring when the user is trying to add links to a dashboard widget. This is also happening for any links being added. User has Admin permissions and has added other links. Has anyone else experienced this?
-
How to troubleshoot this issue if not network related and only some users get this message
-
Reactivating Business Plan: Will my existing sheets and permissions be fully restored?
Hi, I have a question regarding reactivating my Smartsheet subscription. Previously, our team used a Business Plan with one Admin (Owner) account and two additional licensed users. We canceled the annual subscription some time ago, so our account is currently inactive (or in read-only mode). If I log in as the original…
-
I want to leave the group I’m currently part of and create a new, separate subscription.
Hello everyone, I am currently subscribed to a group, but I want to leave it and pay for a separate subscription to create a new group. However, I’m unable to do so. Even the owner of the current group is trying to remove me, but it shows that the Hotmail account cannot be deactivated. What is the solution?
-
Backup all Workspaces???
Are you wondering how you can backup all workspaces as a system admin? You can't! If you want to save time and your sanity, please read and upvote my idea here: https://community.smartsheet.com/discussion/146098/backup-all-workspaces?utm_source=community-share
-
How to contact SmartSheet if an account is blocked?
One of our clients is getting an error when logging into Smartsheet: "Access to your account is blocked due to a billing issue. Please submit a ticket." -When we try to submit a ticket, it doesn't go through. -When we try to contact support from the website, it always asks us to sign in, which we can't do since the account…
-
Can't find or add a user
Hi, for some reason user rhea.tarin@weststarbank.com is not on the user roles and reports or seat types and true-up lists. We tried to add her using both of her emails and it looks like she was an existing user, and we cannot add her back or find her. Would you please guide us on a solution. Thanks,
-
March Question of the Month - Join the conversation and receive a badge
March is here, everyone! For February, we asked you to celebrate your everyday life achievements, and you blew us away with the responses. Not only are our members life-long learners that challenge themselves at work, but they are also passionate about their hobbies and crafts, and make the world a better place for their…
-
HOW TO: Smartsheet form/sheet to Sharepoint List (Including Attachments) Integration
With the help of ChatGPT, I just finished creating a Power Automate workflow for a Facilities Work order request. A user fills out the form, the row is created, and the Power Automate workflow copies the Smartsheet row AND ATTACHMENTS into a Sharepoint list. Source Sheet: Here's my actual Power Automate Workflow: Since…