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)
@Paul Newcome , Hope you are well. Question for you, meant to ask quite some time ago but forgot. You had shared this right after Engage 2025. I'm unfamiliar with the view and how to create it. Can you tell me about this view?
I am trying to change owner on a Smartsheet sheet to the owner of the workspace it is located in. I keep getting an error message stating the permissions need to be managed at the workspace level. I am unable to change owner for the sheet at the workspace level. Not sure how to accomplish this change. HELP!
I would like to add two dynamic filters as a widget within my Dashboard to define a date range (start and end date) which would then return a count value to that same Dashboard. I have been searching for answers but am not coming up with the solution I'm looking for. What is the cleanest way to configure this?