-
Referencing another sheet for selective information
Any help with this would be appreciated. I haven't been able to come up with a formula that would check a reference sheet for a value and pull the data from another column to populate the current form. I expect it would be a compound formula with an IF and maybe a INDEX, but I'm having difficulty narrowing it down. - Any…
-
Time/Date Stamp formulas
Hi, I am trying to auto populate a time date stamp when a cell is filled in on a row. Ex Submission Status then I need to create a formula to populate a due date based on the time date stamp and based on Priority Levels Priority Level (Business Days) High - 3 days Medium - 5 days Low - 10 days NBD<12pm- (Next Business…
-
Help on formula
Hi I am fairly new to Smartsheet (3 whole days) 2 questions. I have a dropdown box titled 'Finding Rating' with 3 values: Conformance, Minor Conformance and Major Conformance. 1.Needed a count of each type (so i can create a graphs, on dashboard), I created another 3 columns titled Conformance, Minor Conformance and Major…
-
Convert week numbers back to physical dates
Hi, I am new to smatsheet. I have transferred an excel file into smartsheet. After some use I have decided I don't want to use week numbers, but dates so I can leverage the power of smartsheeet. I found the following code =DATE(2019, 1, 1) + 7 * ([Task Start]1 - 1) It was originally for 2018 so i simply change the 2018 to…
-
Formula to count fields that are not blank
I am just getting familiar with smartsheets and am having a problem convert a spreadsheet that contains a formula that I really need. This formula currently works well in Excel to count cells that contain dates so if any cells are blank it won't count the cell. This is the formula that works in Excel…
-
Don't Count if Cell is Bank
Hi All, I am using a checkbox formula to count the status of a task. Is there a way to also include to not include blank cells in the count? My formula is =IF([1 Rough Draft Writing Status]11 = "Not Started", 1, 0) I want to drag the formula down but I also have rows that don't have anything in the status column because…
-
SUMIFS with multiple matches
I am trying to create a Smartsheet SUMIFS formula where if the value in a cell in column 1 is not blank, and the value in a cell in column 2 is US Commercial, and the value in a cell in column 3 is 2019 and the value in a cell in column 4 is 4.. I.e. for any rows where there is a match for - deal id is not blank, where…
-
Red, Yellow, Green
Formulas are not my thing. Can someone help me with a formula to display the following: If % complete column is 100% turn the ball green in the status column If % complete column is less then 100% but greater then 80 turn the ball yellow in the status column If % complete column is less then 80% turn the ball red in the…
-
Aging formulas in Smartsheet
Hi, I have a column titled aging and its the [created date]-[Today()]. The problem is that there is no trigger when the line item is completed/canceled, as a result it shows that that item is still currently aging in fact it has been completed/canceled. What I would like to do is build if possible and If statement that if…
-
Formula to create hyper link with display text defined
I want to be able to clean up/simplify how a link is displayed in a cell. Column A: the text I'd like to use for the link display Column B: the long URL with lots of URL tokens, folder locations, etc.. Column C: a clean, short, hyperlink made from A&B Example values A: Profile B:…