-
Re: Pie Chart using aggregation and words in one of the columns
So I made a pie chart off of this data: to get the counts you can use a report and do a summary on the "type" OR you can use a countif formula. Do you need assistance with creating either o…2 · -
Re: Need a formula that evaluates multiple cells for data
so I'd add a Helper column with a column formula of =JOIN([Event Name - EN]@row:[Event Name - SP]@row) just to make the index match formula easier. One issue is if someone inserts a column between th…2 · -
Re: Smartsheet has been recognized as a Leader in the 2024 Gartner Magic Quadrant for Collaborative Work
I started using Smartsheet and then I delivered scalable solutions in a fraction of traditional IT development time!3 · -
Re: What made you decide to attend ENGAGE?
it’s like a family reunion after 6 years! Love it!2 · -
Re: How to remove last character in a concatenation
Could use a helper with the formula =LEFT([Column6]@row, LEN([Column6]@row) - 1) This would take off that last character1 ·