Best Of
Re: Limiting permissions based on domain
Hi @Nick0000,
@kowal is right in that it’s not possible to restrict the sharing of certain items to certain domains, so if you’re wanting to only restrict the sharing of several items, I’d recommend following @kowal’s suggestion and creating contact groups for the relevant users.
However, if you’re on an Enterprise plan, it’s possible to Configure a safe sharing policy so that all items shared from your plan once the policy is enabled will be restricted to certain domains.
Hope that helps!
Georgie

Re: Urgent help please - version control (outside of request snapshot)
Hi Georgie,
actually the count was correct so all good thank goodness! ;)

Re: Happy 10th Anniversary Community + Giveaway!
"Smartsheet is spreadsheets on steroids. Just imagine all your operational work in spreadsheets being automated." by Tk

Re: Date Dif Formula
Smartsheet does not have a DATEDIF function at all. We have to write our own formula to mimic. Something along these lines should work:
=(YEAR([End Date]@row) - YEAR([Start Date]@row) - IF(MONTH([End Date]@row) < MONTH([Start Date]@row), 1, 0)) + " years, " + (MONTH([ENd Date]@row) - MONTH([Start Date]@row) + IF(MONTH([End Date]@row) < MONTH([Start Date]@row), 12, 0)) + " months"

Re: Has anyone made a short cut sticker for computers for smartsheet?
hi @EEK,
that's great idea to have everything on a sticker! I have just a A4 card with all the smartsheet shortcuts.

Re: Pulling Parent Task Name and Child name to New Column
Glad to hear it worked!
Happy to help.
Best of luck to you in your solutioning!

Re: Join 2 Columns that are not next to Each other.
Hello @SherryFox!!
Oh start me off with an easy one for the day! I love it!!
= #@row + " - " + [Task Title]@row
Re: Happy 10th Anniversary Community + Giveaway!
Smartsheet is like if Excel went to therapy, got super organized, and decided to manage projects instead of just ruining your day with broken formulas.
