-
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},…
-
Lookup Values in another sheet and bring back data based on city name
Hi, I have a master sheet and have created a new spreadsheet for a project. I am wanting to see if it is possible to look at the city name from my my 1st sheet (ORIGINAL SHIP TO LOCATION) and bring data back from the master location sheet in a column titled STREET? 1st sheet name = MASTER Locations 2nd sheet name = IRE…
-
Formula for if cell contains one of many things, return that thing
I'm looking to create a formula for if a cell contains one of a list of things, it will return that thing. In excel, I would use the method found in this article (https://exceljet.net/formula/if-cell-contains-one-of-many-things) but have not been able to recreate in Smartsheet.