Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please
Visit the Current Forums.
Archived 2015 Posts
Archives for September 2015
Discussion List
Smartsheet Reporting - Show Discussions in Report
I would ike to use the Reporting feature so my Smartsheet can also be the Agenda for meetings - eliminates double work - how can i have the Discussion text show on the report?
How to: Predecessor Function
How to setup the predecessor function? Everytime I am attempting to setup, it tells me there is an error. "Circular Dependency". Can someone please give me a sample of how to setup? Thanks, Diana
User Guides Smartsheet for Dummies
Does anyone know of a book published that would act as a how to guide..."Smartsheet for Dummies"
Counting Check Boxes
I'm trying to get a formula to count the number of Check Boxes that are checked in all the Children rows under a Parent row. When using ="Count:" + COUNTIF(CHILDREN(), 1), which is one of the formula examples I'll get this Count: 2 All I'm looking for is the number so I tried =COUNTIF(CHILDREN(), 1) but it doesn't work.…
Row Update Request recipient delete attachments?
We have built our Employee Annual Evaluation process into Smartsheet. While we have very tight access privleges on the Roster where the info is stored (HR personnel only), we are utilizing the "Update Requests" to the supervisor in charge of completing the evaluation. While Smartsheet manages the workflow/process, the…
Building a Questionnaire
Has anyone built a Questionnaire using Smartsheet? If so, share the details
Importing an Excel document with multiple tabs
What is the best way to import an Excel document with multiple tabs. I tried using the import function, but it only imported the first tab. The formulas have been written in Excel across multiple sheets, and I don't want to lose the formulas. Thank you for any help.
Days in gant chart
Can the days in a gant chart be broken down into hours?
Recruiting Metrics
Hi SmartSheet Fans, Wanted to start a discussion with the community revolving metrics and how you've used SmartSheet to get you recruiting metrics (time to fill, 1st touch date, etc.). Since everything is date related we created formulas to help us, but would love a different approach if anyone has any. Thanks! Kris
Smartsheet API linkInFromCell
Hi, I am trying to use the Smartsheet API to insert a new row which contains regular cells and 'link cells from another Smartsheet'. Currently, I can only do this in two steps: 1. create new row only with regular cells 2. add 'link cells from another Smartsheet' to this new row API call:…