Sign in to join the conversation:
Can someone help me with a formula,
I want the formula to calculate a date 30 days before and 30 days after if the cell Says Lead Service Job
I tried =IF(Status128 = "Lead Service Job", [Lead Service Start date]128 (+ 30)
Be sure your formula is a Date type column or it won't work. You almost had it otherwise with character out of place. Try this:
=IF([Status]@row = "Lead Service Job", [Lead Service Start date]@row + 30)
Hi, I am a user for a paid plan, but for some reason, smart sheets stopped letting me edit. How do i fix this so that i can edit a dashboard? Thanks!
The timeline widget has a toggle: Set the default hierarchy state. I am turning on "expand lanes by default." It seems regardless if I turn this "on", save, sign out, and sign back in, it automatically changes back to "off" when I log out. I have tried clearing my browser cache.
Hi Everyone, We currently have a Smartsheet business plan and we wanted to know if it was possible to invite people into workspaces, but limiting what they see in the workspace. A few users would like to be able to edit some sheets within this workspace, but it is not allowed since their accounts are set as viewers. Is…