-
Filtering with a formula, but stuck
Hello, I'm trying to filter a summary sheet metric using the following formula but I keep getting "NOMATCH" or "UNPARSEABLE" depending on what I move around. The issue seems to be when I add the Country criteria. I want to filter to just United States and Canada: =SUMIFS([Total employees]:[Total employees],…
-
Nested Ifs to show progress on an assignment
I have three scenarios I'm trying to string together. Each of the formulas works when they're separate but I can't figure out how to nest them correctly. In what order should they be nested (replacing "Test" with the next criteria)? If "Assigned To" is blank and "Actual Completion Date" is blank, then "Unassigned" If…
-
Equation to populate new number
Hello. I have a sheet with 4 columns: one is the name of the material (Material Name), the next is the quantity of that material that we have in stock (Quantity), the next one is who claimed this material (Claimed By), and then the last column is how much quantity that person claimed (Quantity Claimed). So for example, if…
-
Auto fill cells based on multiple criteria, using Index Match
I'm struggling with the logic here so any help is appreciated. My team manages new hires and we have to rate their performance weekly to report back to the new hires respective manager. Our program is 10 weeks long and to consistently rate them on the same metrics week to week, we created a survey that the trainers would…
-
Automated Directional Arrow Symbols
I am trying to compared two columns in my sheet, based on if the numbers in the column grew, shrunk, or were unchanged. I'd like to automatically show this with the up/down/unchanged symbol. Is this possible? I was able to get the up/down arrows to automatically show, but I'm not sure how to incorporate the "unchanged"…
-
Force Update TODAY Formulas
Does anyone know of a way to force TODAY formulas to update whether or not the sheet is opened? I'm trying to trigger workflows off of a TODAY formula, but it currently only works if I open the sheet, causing the formula to update. Smartsheet's usage notes indicate that the following events cause TODAY functions to update:…
-
Date Default to 30 Days
Hi! I am trying to put together a formula that says: " If the Renewal Alert Date is blank, change column to 30 days"
-
Conditional Formatting
Hi I have a sheet where the user would like to have rows highlighted in Red, Amber, Green based on when the last review date was completed: Review in the last 10 months - Green Review in last 11 months - Amber Review in last 12 months (or more) - Red I'm unsure the best way of doing this - do I need a formula in a helper…
-
Dropdown box Data in formula
Hello all, and thank you in advance for any help that you can provide. I am using a dropdown box, single selection, to select a date that determines data pulled from a table. I have 10 data values for each date in the table. I am attempting to use VLOOKUP to collect the data with the date from the dropdown box as the…
-
SUMIF multi-condition syntax
a Coworker and I have been banging our heads on this one for a couple weeks now for a project under development. We're trying to SUM hours {TotalTime} within a date range that meets a label criteria (@cell, Month16). It actually works until I add the AND condition. Below is my #INCORRECT AURGUMENT SET =SUMIF({Activity},…