Best Of
Re: FORMULA TO PRESENT THE MONTH (NAME) IN A CELL
If you only need three digit month names the formula is much simpler:
=MID("JanFebMarAprMayJunJulAugSepOctNovDec", (Mth@row * 3) - 2, 3)

Re: Month Name written as Text for Today's Date
Nested IFs are useful when you need the full month (eg. January) because they are all different lengths.
But for three digit abbreviations you can use a much simpler formula:
=MID("JanFebMarAprMayJunJulAugSepOctNovDec", (Mth@row * 3) - 2, 3)

Re: Formula - Return month as text from a date cell.
If you only need three digit month names the formula is much simpler:
=MID("JanFebMarAprMayJunJulAugSepOctNovDec", (Mth@row * 3) - 2, 3)

Re: Provide users with the ability to Print a Grouped Report
I am so surprised that this has not been solved yet. I remember being so excited when grouping became available in January of 2022 (I believe or maybe it was even 2021) because I thought it would make one of our pain points (having the one way data links between sheets) a think of the past. I was greatly disappointed when I learned that it would not keep the grouping when exported to a pdf. A pdf is what management wants no negotiation. That was over a year and half ago (or longer) and I was sure that it would be possible by now but am greatly disappointed that it is still not. It definitely has stifled my use of reports and actually SmartSheet in general.

Re: Calling all Music Fans - Let's make a playlist for ENGAGE 🎧️✨
We should have the Overachievers Motivational Mix as part of the playlist. Eminem's "Lose Yourself" was the song they recently shared to the community. Great song!

Locking a Single Cell
Is there a way to lock a single cell instead of an entire row / column? I do not want to lock the users from entering data on the entire row / column, but I do want to protect a formula(s) in certain cells.

Re: Locking a Single Cell
This would be really great if this were possible. It would be a game changer...

Re: Locking a Single Cell
We would appreciate this feature too. Using the report work around doesn't quite work how want it to either.
