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 currently have 14 sheets with the following columns: Batch # and Reviewer I use an Index Distinct formula to acquire the unique batch numbers from all 14 sheets and put them into 14 columns on the 'metrics' sheet. I then use another index distinct to get a list of all the unique batch numbers into one 'Unique Batch…
Hello, I am looking for formula help where I want to return the earliest date in a range for different workstreams groups on a project. The source sheet is formatted as a date field, and the formula used below is returning a 0 no matter what I do. Any suggestions? =MIN(COLLECT({Project Plan - start date}, {Project Plan…
When I use a formula to return a symbol for example =IF([INC/DEC]@row = "INCREASE", "RED", "GREEN") It just returns the word RED I have the column set to symbol but still can't get it to work…