Sign in to join the conversation:
Is it going to cause any issues if I nest (indent a couple levels) data inside a sub-category, inside of a main category? (see attached img)
It shouldn't, but a lot of that depends on your formulas used (if any) and what would be further indented.
Paul,
I think Ezra is asking about if it works with Control Center.
Best,
Andrée
That would explain the SCC... Duh... Hahaha. Sorry about that.
Haha! No worries!
I recognized the structure and then the SSC but, I use it as short for Smartsheet Community
I am trying to figure out a formula to add if cells are not blank. So for example, if the employer states he worked 1/21, 1/,22 and 1/23 the formula would state 3. Each date worked is in its own cell. I tried the following =COUNTIF([1st Travel Day Start Date]@row , [2nd Travel Day End Date]@row , "is Not Blank") I received…
I have a group of summary fields I am trying to implement from a sheet. I have successfully done this for all of my summaries but one. I have this working great… =SUMIF([Bldg-Room]:[Bldg-Room], CONTAINS("MRB", @cell ), [Census Master]:[Census Master]) I want to SUM the columns that contain KCRB and RLSB. I have tried some…
I need a formula that returns a specific web link to the cell at the row of my helper column ("Edit/Add Event") if my "start date" and "activity name" are NOT blank. Ideally, I'd also like the link to present as text: "Open Dynamic View". Appreciate any help!