-
View our recent webinar on collaboration and best practices!
Drive collaboration and transparency across your teams and organization, allowing everyone to work together to achieve more. View our recent Collaboration Best Practices Webinar where we shared how Smartsheet streamlines collaboration through: Sharing sheets and workspaces Intaking requests with forms Automating updates…
-
"Live Date" is 4 weeks from "Submitted Date"
Hi, I'd like to set up conditional formatting to let me know if the "Live Date" column on my grid is indeed 4 weeks from the "Submitted Date" (Submitted is an auto-populated cell if that matters.) I know I need a helper column, and I know how to do greater than, less than, equal to with an =IF statement, but how do I set…
-
Forms - Workflow to track submission
Hi, Is it possible to populate an existing row using forms? The idea is we have two existing columns (Customer and Due date)and the rest are from the form. If no reply has been made past the due date, a workflow would automatically send an email to the recipient reminding to complete the form. The problem is, form…
-
Finding duplicates and checcking blank cells
Hi there, I am at my wits end and I think it is a very easy solution, however I cant see it. I have a column of project numbers, and I am trying to see if there are any duplicates, as well as if the project number cell is black, to leave it blank. What I have done is sort the project number column in ascending order and in…
-
Publish to Personal Google Calendar (not Enterprise)
Hello, thanks in advance for your help. I have two Google Calendars, one for work and one for personal. My Smartsheet account is owned by my work Google profile. I have one sheet for work/life task management that is shared with my personal Google profile. I would like to to publish this one sheet to my personal Google…
-
How to indicate that a cell will be automatically calculated?
Ultimately, I want to indicate to users when a cell will be automatically calculated, so they don't overwrite the formula. I've figured it out in one case, but not in another. Both are shown below. So, more specifically, any ideas on how to detect a blank cell when using =MAX(DESCENDANTS()) in a Date column? I have a…
-
Formulas
In a form. I want to add data from one sheet and popluate another sheet, the issue i am having is the form sheet receives new requests each day. Where and how do i change the formula below to capture all new data in the sheet. I though i would use the $ or @row, this only issue is i have a summary line at the top of my…
-
Pulling from another sheet based on conditions
Hello everyone and thanks for any help you might be able to provide me, with my project. What I am trying to do is update a single sheet and have as much of that information populate another sheet as I can, but only if the customer is a certain one AND the "SFDC Category" = "Closed Won". Here is what the first part of my…
-
Version snapshot Saving
I have multiple editors who make changes. Assume that I cannot trust all of them. In this scenario, I would like daily versions to be saved (not eternally, but maybe for the past week) and permanently maintain weekly version snapshots. Something like gsuite versions. Anything like this possible? I know, cells contain…
-
Formula fails when zero is entered through API unless strict is turned off
Found that if you enter a zero formatted as an integer into a cell using smartsheet.csharp.sdk.2.83.0 and don't turn strict off any formula referencing that cell will fail with Invalid Operation as I'm assuming it is recognizing as text. If strict is set to false however the formula's will work correctly. Looknig at the…