Sign in to join the conversation:
Hi everyone!
I would like to automatically update a date column based on a text column: If vendor name is "x", column "Billing Due" is the 15th of the month.
Does anyone know if this is possible?
Thank you,
Iris
Hi,
Try something like this.
=IF([Vendor Name]@row = "x"; DATE(YEAR(TODAY()); MONTH(TODAY()); 15))
The same version but with the below changes for your and others convenience.
=IF([Vendor Name]@row = "x", DATE(YEAR(TODAY()), MONTH(TODAY()), 15))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hej Andree!
This defintely gets me closer to what I need. Could you please provide the formula to add multiple options for various vendors? I can change 15 to something else, but my normal +IF for other vendor options is not working right.
Also, is it possible to have the next relevant date? Right now it chooses Sept 15, already pass, instead of upcoming Oct 15.
Thank you so much for your help!!!
You would need nested IF statements to determine the proper 15th to display.
As far as having multiple variations for different vendors... How many different variations would you have and what would they be?
Did you get it working or do you still need help?
Have a fantastic week!
Andrée
@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?