Best Of
Re: Help with formula to count multiple select in one cell
Hello @scanlan99
If it is a multi select column, you need to use HAS in the formula. Give this a try:
=COUNTIFS([Column Name]:[Column Name],HAS(@cell, "Criteria"))
For this: What would be even more awesome, would be to count the number of times that an option is within a cell AND the status of that project.
Give this a try:
=COUNTIFS([Column Name]:[Column Name],HAS(@cell, "Criteria"), [2nd Column]:[2nd Column],"Criteria")
Hope this helps!

Re: Can I get help getting my colleagues logged in?
Hi @jmtrhydn
If you are a System Admin for your account, the first thing I would do is check the Sign In options configured for your plan:
If you have not yet set up SAML for your plan, make sure that your users can sign in with the "One-time password via email" option.
If this hasn't helped, please reach out to Smartsheet Support with the email addresses of the users you're trying to have sign in. They can help you in a private channel where you'll be supported by someone who is approved to help with GOV accounts.
Please note that the Community is a public, global space, so any sensitive information should go through internal channels.
Thanks!
Genevieve

Re: February Question of the Month - Join the conversation and receive a badge
If I could create a Badge. It would be Something to do with formula's.
Name taken from one of our new Community Champions @AravindGP
"The Formulator"
Awarded for showing your knowledge of Smartsheet formulas and functions. Given after receiving so many BEST ANSWERS with the Formula tag.

Re: How do I create a formula to pull the year from a date from every row in a column?
@kelsey_odoc Use the formula's below in your month and year columns and make them column formulas. These will be Text/Number columns.
=YEAR([Date of Employee Request]@row)
=MONTH([Date of Employee Request]@row)

Re: Counting "Comments" in a Conversation?
@squirrelax I do not believe there is a direct way to achieve this. However if your organization has Bridge for Smartsheet or if you are familiar with the API you could do this.
Alternatively, you could add an auto row number column (Lets say it's named "UniqueRow") to your sheet if you don't already have one, and also add the Latest Comment Column to your sheet, then you could use a copy row automation and cross sheet references to achieve a count.
Then you would essentially have a helper sheet (lets say its called "Comment Count") that just receives copied rows from your source sheet, triggered when the latest comment column changes to any value. You could create this sheet by saving your current sheet as new, but clear the data.
You would need a cross sheet reference to the Comment Count sheet for "UniqueRow".
Your formula on your source sheet in your count column would be:
=countifs({CommentCountAutoRowNumber}, [UniqueRow]@row)
{CommentCountAutoRowNumber} would be whatever your cross sheet reference name is.
Does this make sense?

Re: February Question of the Month - Join the conversation and receive a badge
Best Answer to formula questions would be a good one.

Re: February Question of the Month - Join the conversation and receive a badge
Formula queen badge!

Re: Use a Report as a Target for DataMesh.
haha @Samuel Mueller I found your old voting link :D updooted!

Re: Show Off your Smartpets
Hi @mcullen, of course! I've deleted the duplicate for you. 😄 Here's more information on how you can request help from the team with edits or deleting a post.
