Is there a way to filter out rows that show up in my report that do not have attachments? I'm building a report that shows my subcontractors any row that's had an attachment added to it in the last 7 …
Hello, I have a row/action that I would like to set an automated weekly reminder. I currently go in weekly to manually put in the reminder. Is there a way to automate this so I get a reminder on this …
I am attempting to create a bar chart widget that summaries hours by department on a given project, but I can't seem to figure out how to get it to display the information I need it to. I have the dat…
Wondering if anybody encountered the same situation here. I have a very simple mechanical drawing approval workflow that works fine if the approver only click on "Approve" or "Decline" button. The app…
Hi Community, hope you are well! I would really appreciate some help with the following formula. In a master metric sheet I would like to count multiple criteria. I am using this formula which works g…
Hello, I am wondering if there is a way in Smartsheet to version control the sheets. Basically, we are using each sheet as an individual project plan. However, as projects progress, the plan will (usu…
Hello, I am wondering if there is a way to automate/semi-automate adding holidays to project settings. For example, is there a way to indicate 12/25 will be a holiday regardless of the year, so that a…
Hello, I'm trying to create an index that has multiple criteria. I'm not sure if I should do this using an "IF" formula, or if I need to incorporate the "AND" function into the formula. Or if I need t…
I am currently using something similar to the below to translate checkboxes to values, and am then concatenating those values: =IF([Test 2]1 = 1, "Test 2:", " off ") The problem I am running into is a…