Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Attached is a sample screen shot of 6 names. On the seventh cell, what formula do I input so it reads "6"? I need a way to sum up all of the names in a column.
You can use something like this:
=COUNTIF(Range:Range, NOT(ISBLANK(@cell)))
or just =
count(Name1:Name6)
would work.
I would have to agree with L@123's solution for this one. If you are referencing the entire column, you will get a #CIRCULAR REFERENCE error since the formula is within the range.
Is there a way to revert to the old dashboard look and feel. The new dashboards do not look good at all. There is no way of knowing if there are additional items in the widgets until you scroll over one to learn there is more to it since the vertical bar doesn't show. We have hundreds of dashboards and they will all need…
When i try to send or print the timeline view instead of showing the progression bars like they do on the screen it only send the data entered and not a graph type view to print. Is there a way to do this. I am using a mac platform if that helps.
I have reproduced the following behavior in a validated Smartsheet application. User permission: Editor (not Admin) Row status: Locked (confirmed via row menu displaying "Unlock Row") Text, Date, Contact List, and Checkbox columns cannot be modified. Dropdown List columns remain editable. Selecting a new dropdown value and…