Trending in Formulas and Functions
-
Trying to calculate the number of submissions
We just ran a survey in Smartsheet using forms, and its going through the next 2 weeks, i want to gather how many we have received from our survey document and display it on my metrics, to then display it on a dashboard. What formula would I use to do that? I was doing some research but i just keep getting #UNPARSEABLE
-
What am I doing wrong?
Trying to count how many of a certain type of ticket was opened in a specific month. I have this to count the specific ticket type (which does work): =COUNT([Reference #]:[Reference #]) I have this to count all ticket opened in January (also works): =COUNTIF([Date Opened]:[Date Opened], IFERROR(MONTH(@cell ), 0) = 1) I…
-
What formula do I use for my needs?
I have 2 sheets (see screenshots) and what I need is to have the Associate Name from the Associate List sheet copied to a column in the Permissions sheet but only if certain criteria is meet. If there is a date in the Yard Access AND GTDR Expiration columns, I need the Associate name listed in the GTDR Certified column on…