-
Adding %Complete back to smartsheet
I accidentally deleted the %complete column in my smartsheet. How do I insert it back into the project? I don't see a quick way of doing this.
-
Auto Fill Date every 30 Days
Good Day All: Is there a way to Auto-fill dates? For example: 04/30/18 05/31/18 06/29/18 Thanks
-
Calculating a date from another date in same row
how do I have the start prepping date calculate off the meeting date automatically in the same row. ie I have a meeting on 1/22/18 and I need to start planning 10 weeks prior and would like it to be automated. The problem is this is a major calendar for over 30 meetings, and all have different lag times for planning. I…
-
Report with contact details
Hi, I want to create report with contact details based on data from my sheet. The problem I have is that in sheet I have some duplicates. Is there a way to add only one of duplicates to the report?
-
Formula with Update Requests
Hello all, Im using Smartsheet to automatize a lead process with around 30 people involved. We get Leads in an external network, I add them to my Smartsheet Sheet and then the one in a contact column gets an automatized notification with the new lead data. After 5 days I need an update with est. values and so on, so I made…
-
Totals By Date
Hello, Has anyone successfully used dates to pull totals? I'm trying to do the following: Columns: Start Date | End Date | Status 1/2/18 1/10/18 Completed 1/5/18 1/7/18 Completed 1/5/18 Open 2/8/18 2/15/18 Completed 2/16/18 2/20/18 Cancelled Output: Total 'Completed' for January 2018 = I'm wanting to use the dates and…
-
Decimal
Good day All: How do I get my formula to display in decimal format? My formula currently display 1 but should display 0.5. [C5]14 = 7600 [C6] 14= 3800 Formula: =IF([C5]14 > 0, ([C6]14 / [C6]14)) Thanks
-
#Unparseable with If statement
I keep getting # Unparseable error with this if statement: =IF(RC@row= “RFI-1”, "*Request For Information*” ,IF(RC@row = “RFI-2”, “**Request For Information, Second Attempt**” ,IF(RC@row = “RFI-3”, “***Request For Information, Final Attempt***” ,IF(RC@row= “IFA-1”, "*Request For Approval*” ,IF(RC@row = “IFA-2”, “**Request…
-
RYG Parent/Child Row Status Correlation
Hello, I'm trying to have a formula in my parent row status (red, yellow, green) where it will answer with a "summary" of all the children status. For example, if all 5 children rows were red then the parent row status would turn red. If 3 children rows were yellow and 2 children rows were red then the parent row status…
-
Checkbox based off of dropdown selection.
I'm trying to create a formula in a checkbox column. This column is called complete. I would like the complete column to automatically check once one of two statuses from a status column is selected. The status column has a number of statuses, but the two I need are "Hold/Cancelled" and "Complete". I created an IF…