-
Help using join & collect function with multiple criteria & having the delimiter be a semi-colon and
I've been able to successfully use join and collect function with 1 criteria, but not two and am also curious if I can have the results within a cell space to look like Ctrl+Enter was used after each one to be able to easily read through all of the results. Working formula with 1 criteria: =JOIN(COLLECT({Product Roadmap…
-
Extract LowerCase initials from name in single column
Need to get correct formula/function to execute the following: PREFIX: PKS- Name Column: JOHN DOE ID Column: 00123456 Desired Formula Output: PKS-jd-00123456 Here is what I have currently: ="PKS-" + LOWER(Name204) + "-" + ID204 and the output is: PKS-john doe-00123456 OR ="PKS-" + LOWER(LEFT(Name204) + "-" + ID204) and the…
-
Date Problem
I recently ran into a problem with dates. I did not realize that “mm/dd/yy” hard coded in a date formula would be an issue in a Date Column. But when I tried to use the “mm/dd/yy” populated date for comparison with another date, I kept getting error messages or other strange results. It would be nice if Smartsheet could…
-
Linking & Formulas
I would like the information from the first document labeled template first to auto populate into the second smartsheet labeled template second. I am managing multiple projects at once and have 7 smartsheets to track the data specific to each of those projects. I have 1 master smartsheet which houses meeting information,…
-
Troubleshooting formula and or row
I created a formula, but have problems. The formula is ........ =IF([Status Date]@row >= Today@row - 14, "Red", "Green") ....... The formula work fine in some rows, but not all. I'm puzzled as to why this is the case. Does the master sheet need to be purged for underlying errors of some kind. I can't duplicate the error…
-
DESCENDANTS function
Has anyone used the new DESCENDANTS function? I have read the verbiage that SS has provided and played with it in the Formula Examples template from the solution center. It is definitely working very differently than I expected it to. Does anyone have some insight as to how this is supposed to be working and possibly some…
-
At Risk Flag - Past Due
I want to use the "At Risk" Flag to populate when an item is not marked complete and is past due. I assume I need to use an AND or and OR formula - but this isn't working. The formula below yields no populated flags. The line for "Tag Drawings" should populate a flag because it is past due and is not completed.
-
Index/Match always returns the same
Hi all, Been searching on the community but could not find an answer to my issue. Sorry if i missed it. So i have a Master sheet for the sales team, with all the customers to contact, with one rep allocated on each of those customers. Then, the individual reps will have their own spreadsheets with only their allocated…
-
Formula to determine row number
Hello, I am wondering if there is a way to determine the row number of a specific row. I know this can be done in Excel with the row() function. This does not work in Smartsheet. The reason I am looking for it is because I have a formula that needs to apply to every row that checks the row above it, but that fails when it…
-
Matching multiple values from multiple columns in linked sheet to fill cell with content from third
I have Two sheets, one that acts as a "Rate card", it is broken down into Job title / Location / Day rate and the second is a budget sheet. For Example, Rate Card Column 1 / Column 2 / Column 3 Project Manager / UK / £10 Project Manager / US / £20 Developer / UK / £11 Developer / US / £22 In my Budget sheet I have a…