-
Auto publish Dashboard as Screenshot
I can publish dashboard as link but how to publish sceen shot at scheduled interval of time
-
CheckBox Formula
Greetings! So, I have a "Done" column and a "Status" column. Status column values = Not Started , In Progress, Complete Done value = Checkbox The Goal: When I check the "Done", I would like to have the Status column show Complete. I have partially achieved this with the following formula: =IF(Done@row = 1, "Complete")…
-
Multiple Selection - Formula
Hi - I have a question re: a Multi-Selection Drop Down. Right now, our one multi-select has 120 options. More often than not, people select less than 5 from the drop down. When they select from the drop-down, I have to parse what they select into codes. E.g. - Selection 1 = Code 3, Selection 2 = Code 10, etc. I'm using the…
-
Check Box
Is there a formula or function that will check/uncheck all boxes in a column if one box is checked/unchecked. For example if top box is checked, it will check all the boxes in that column?
-
I've created templates of Sheet/Report and Dashboard Templates. If I copy them, will the link remain
I've created a folder containing templates for sheets and reports all linking to a dashboard for a status report. I want my team to be able to copy these and use them for their partners. How can this be done easily? If they create the sheets from Template and Save As the Reports and Dashboard, do they have to reset the…
-
Formula skipping rows
Hi all, I'm trying to use the below function to automatically change the color of Harvey balls to red, yellow, or green based on the length of time till a task's due date. =IF([Due Date]@row >= TODAY(+61), "Green", IF([Due Date]@row >= TODAY(=31), "Yellow", "Red")) However, for some reason some rows show "#invalid…
-
Using forms in mobile/app
Hi Everyone, We have a form which is filled by the site team. In one field, they have to update the remarks. It is a multiline textbox. But while updating it via mobile/app, there is no option of using 'enter' key to change the paragraph. Are we missing something or is it designed that way. Thank You!
-
Form Resubmissions
Good evening, I'm posting again in the hopes that someone can help me with an issue. I have a form that is being used to route matter closing requests from the attorney to Accounting to Records. I have a number of forms that were submitted (entries in the SmartSheet) but never went to anyone in Accounting because the email…
-
Can I filter a column but keep intact other rowsl?
Can I filter 1 column without it affecting the data in other columns? For example, filter only Bank Credits, but leave all other columns in full without removing any rows from other columns.
-
Cross Referencing Sheets
Hi, We want to create a sheet that cross references another sheet and only pulls in data relevant to the partner with whom we are sharing the sheet. The reason we do not want to use a report for this use case is that you cannot hide the comments from a report and we do not want them to see the row comments. Please advise…