-
How to show a "Completion Status" column based off of certain cells containing value?
Hello Smartsheet community, I have a database containing the amount of training specific employees have received. I would like to create a formula that is able to recognize what level someone is at and then the training needed for that level. If they have received the training it would show as "complete." If they have not…
-
Referencing Multiple Columns in another sheet to Match a Location and Date Range to a Project
So I have been looking through the community for a while and have seen a couple solutions mildly similar to what I am looking to do, but can't quite get it right. Feel free to link me to another solution if you feel it would solve this problem: I have a reference sheet which I do not own that contains a listing of Tasks…
-
How to create a Nested IF formulae for the detailed below :
If Type is Option A, then Target Completion is Assigned Date + 7 if Type is option B, then Target Completion is Assigned Date + 15
-
How to move information with a workday function?
I work for a bath remodeling company and we have installers with level 1, 2, 3 based off skillset. I need a way to plan availability based off the amount of installers we have and their levels. Right now the date column reads, =WORKDAY(TODAY(0), Label@row) and this allows the dates to update automatically. I originally had…
-
Formulas in Reports/Reference reports for Dashboard
I read in the community (the posts were a few years ago) that you cannot enter formulas into reports or that you cannot reference reports for a dashboard. Is this still the case? I having living data that really needs to be manipulated to get it prepared for a widget. I'm new to smartsheet and it seems like reports are the…
-
If date is less than, greater than, or blank formula.
I am creating a formula that will display Completed, Upcoming, or Prerecorded based on the dates in Column 2021 Session Dates. When I use the formula below, any row with no date comes back as Completed even though I have added the IF ISBLANK formula to output Prerecorded. I don't get an error in the field, just not getting…
-
A formula pulling Time from a System-Generated column does not stay consistent. Please help!
I am using a formula to pull the time from a system-generated column using Created (Date). The formula is =RIGHT(Created@row, 8). A majority of the time is accurately pulls that correct information but other times it is off by two hours. For example, the screenshot is showing it accurately. But it will randomly switch to…
-
Sumif formula with multiple criteria
I’m trying to write a formula for a dashboard rollup sheet and am having some difficulty. This is what I have written but it comes back incorrect argument. =SUMIF({2021 FLS Small Project Tracker Range 1}, "Reserve Fund", {2021 FLS Small Project Tracker Range 3}, "Apparel", {2021 FLS Small Project Tracker Range 7}) I want…
-
Advanced Filtering by MAX value
Hi all I've created a report and wanted to know if there is a way to show unique rows by the highest date value For example - below I would like to see the bottom table as my report (colours are just to show the matching rows - they are not part of the conditions required) where only the unique rows are pulled through…
-
COUNTIF Formula Only Works on Certain Rows
Hey Smartsheet Community, I am currently being stumped by this formula that for some reason only works in a few rows. It is a COUNTIF formula that is counting the number of assignments each person has. I will paste it below: =COUNTIFS({Resource Name}, FIND([Qarbon Owner]@row, @cell) > 0) I have 29 people that I need to…