-
Month Function
Hello, I am trying to figure out how to extract months out of a grid. My goal is to count how many assignments were completed within each month of the year. e.g. | January | 45 | --------------------- | February| 20 | However, I am finding trouble actually calculating the amount based off of the creation date. I figured a…
-
Dynamic Sum from Multiple Sheets in a Workspace
Hello, I have a workspace full of our active projects. Each tasks has a status (not started, in progress, complete) and I would like be able to see the total numbers of these tasks statuses across all the projects. I already have columns that count the number of each task status in the individual projects, but I would like…
-
Count Multiple Cells If Multiple Conditions with Date
Hello! I am working on linking a database to a results sheet and I need several metrics pulled out. I have Supplier, Defect Column 1, Defect Column 2, Defect Column 3, and date. What I ultimately need to do is create a January through December count of defects per Supplier. So I have Jan, Feb, Mar, ... Dec. on one axis,…
-
Prevent users from entering dates that put other tasks in the past
Our project managers are responsible for creating new projects in our schedule. They enter a install start date and contract date. The dates for all the other tasks are formula driven from the install date. The image below shows our engineering tasks. Those 3 projects where entered within the past two days. All of our…
-
IF Function to Deliver Target
How do I build a formula with two variables to deliver a target date? Example: IF cell A = defined variable and cell B = defined variable, then cell D = 6 months from date reflected in cell C. I can do this in excel using IF and Edate functions, but can't figure out in Smartsheet. Any assistance would be greatly…
-
Need formula to count starred items from a parent row.
I'm looking to count starred children from a parent row. I'm sure there's an easy way to do it by doing a: COUNTIF(CHILDREN(.... Any help is appreciated.
-
Widget filter, IF statement, or what?
I have a dashboard that provides counts of certain data. One of the counts needs to be date-driven in the respect that it needs to show the count for the current year. How do I build that into the widget?
-
NESTED IF FORMULA WITH PARENT/CHILD ROWS
Hi everyone, I am struggling with a formula to populate a parent row, as either "On Track" or "Off Track". This is dependent on how the child row compares to the "Weekly Goal". The formula I am trying to use is shown below but, Im doing something wrong. (screen shot of sheet also attached) =(IF(CHILDREN([January (Week…
-
=SUM - Military Time conditional calculation Formula
Need help with calculation of military time: I have two columns that I am using to track Admission time and Discharged time to determine and average length of stay. I am using military time for each column and storing the difference in a third column for each row =SUM(([Discharge Time From ER]2 - [Admit Time]2) / 100) Exp…
-
How do I use a wildcard or "contains" in my if formula?
For example, the cell reads "Smith, Johnny" and I want to write a formulat that returns a result if the cell contains "John". Normally I would use =if(cell,"*John*","YES","NO") with the wildcard * before and after John. But this does not seem to work in SmartSheet. Do I have the syntax incorrect? Thank you!