Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
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
Hi - Is anyone else having problems with placeholder fields in update request automations today? I've been notified by my staff that our automations today are showing random text strings instead of the field data that they are supposed to. For example, in one of my sheets, there's an automations thatis supposed to show a…
I have never seen this before. I have an automation to send out an email and i have some placeholders. e.x. {{Ticket ID}} so would show {{10}}. When the email sends it doesn't send 10 but instead {{c:3029598009636}}. I made sure the Info inside the placeholder is correctly spelled and looking at capitalization is the same.…
Hello to all the community, my team is experiencing an issue with the notifications in Smartsheet. In the last hour the notifications started including only the placeholders of the columns, instead of the content of the related cell. I checked with the support and this could be related to changes in the workflow or in the…