-
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…
-
How can I delegate my smartsheet actions to others when I'm on vacation?
I am going on vacation and realized that my smartsheets need someone to manage them while I'm away. The only way I was this was to manually update every automation that includes me and add my vacation backup. It would be great if there was a way to set my profile to away and delegate someone else to act on my behalf. Is…
-
COLLECT criteria Date is NOT Blank
=COUNT(COLLECT({ContractPayments Range 3}, {ContractPayments Range 1}, Agreement@row)) Above formula works fine, but I want to add another criteria to it where I check if a Date column value exists. I tried below variations, but both do not yield correct answers. =COUNT(COLLECT({ContractPayments Range 3}, {ContractPayments…
-
Formula to return multiple contacts based on multi drop down options
Okay, I'm trying to write a formula to automatically populate a contact based off the information selected in a multi drop down. I have a separate sheet that lists the appropriate contact for each item (Sheet Name: HR Contact for Reminders). In the sheet "Seasonal, CDL, & Missing Requirements", I want the "HR Contacts for…
-
Lookup in one column to enter text in another
I want to look up a value from a dropdown in one column and enter text into another column based on the value found in the first column - is this possible? I can't seem to work it out! For example, if 'Column A' is '123', 'Column B' will populate with the text 'Great'. Again, if 'Column A' is '456', 'Column B' will…