-
Formula help
I have a formula set to change to RYGB balls depending on children. The formula is as follows: =IF(COUNTIFS(CHILDREN(), "Red") > 1, "Red", IF(COUNTIFS(CHILDREN(), "Red") > 0, "Yellow", IF(COUNTIFS(CHILDREN(), "Yellow") > 1, "Yellow", "Green"))) This formula works great. I now want to add another statement to this that willโฆ
-
Sum column if date is blank
I'm running into issues summing contracted fees for projects that are unscheduled. I have formulas set to sum fees per month already but unable to find a formula that works to sum fees based on no date entered. The formula outputs are in a summary being pulled from the active project sheet. The month formula for Dec 2019:โฆ
-
Count # of values in a Multi-Select Cell
I have a multi-select column in my sheet, and I'm trying to count how many items are actually selected in each cell. Is there a way to do that? I've seen a post that suggested creating a "helper column", but can't figure out the formula that would actually do the count.
-
Matching values from different datasets
Having difficulty trying to match 2 distinct values from one sheet to another. We have one dataset that tracks submissions on a daily basis from multiple locations. I been trying to find a way to match 2 distinct values from one sheet to cross reference the master sheet to verify if a form submission was conducted from theโฆ
-
At Risk Flag Formula issues/questions
I searched through the Community and found a couple of formulae that either directly addressed what I want to accomplish or I thoughtย could be modifed to do what I want. I get the #UNPARSEABLE error for each of them. I'm sure I'm missing something basic (new user) since all ofย theย responses to the solutions are positive. Iโฆ
-
Sum up rows within the VLOOKUP formula
Hi everyone! I have several projects in my time tracking sheet and would like to use the VLOOKUP formula to save only the times per project in a monthly cost table. For that I used the following formula: =VLOOKUP([Project Number]12, {Sheet - Time Tracker (10-October) Range 1}, 8, false). Unfortunately, I only got one laborโฆ
-
Connecting sheets
I have a large smartsheet project management based, it has a lot of data in it. I wanted to make another sheet to use as a budget tracking sheet but I want the costs per item to automatically upload from the original document. I have tried Vlookups, index with match, I am pretty lost in this search. I just want to layout aโฆ
-
How identify where actual lag time is different from standard lag time?
Need a way to identify tasks on my workplan where the actual lag time is different from the standard lag time. My workplan includes: 1. Predecessor column (includes predecessor with +/-ย lag) 2. A separate text column "Standard Lagย Time " Whenever the lag time needs to be changed the predecessor column is updated. Theโฆ
-
Using formulas in date fields which reference another field
I'm trying to enter a formula in a date field which is 10 days earlier than the date in another field. I read that I can perform calculations on date fields (https://help.smartsheet.com/articles/2477601-use-formulas-perform-calculations-dates) and reference another cell in the formulaโฆ
-
Returning Task Name based on a minimum number in Helper that is >0
I have previously asked a similar question, but with fewer requirements. I am trying to return the Task Name associated with the lowest number in a helper column that is >0. With some help from L@123, I was able to get close, I think, except the following code returns a zero, and there are no zeros in CHILDREN([Taskโฆ