Sign in to join the conversation:
anybody by chance know what is the easiest way it possible to set up a formula that reads
a field to auto populate a date that is say 10 days before another date (due date)
How about using the NETDAYS formula?
Like this will trigger a flag "=IF(NETDAYS(TODAY(), [Due Date]2) < 10, 1)"
See an example here: https://app.smartsheet.com/b/publish?EQBCT=5da7f6319a5946e0be42ae317f4ac547
Try something like this...
=[Due Date]@row - 10
I have two formulas which work well independently, but when I combine them they don't. formula 1: =IF(YEAR([Joined date]@row ) = 2025, JOIN(COLLECT({Membership Survey 2025 - Experience}, {Membership Prioritisation Survey 2025 - Org}, [Organisation name]@row ))) formula 2: =IF(YEAR([Joined date]@row ) < 2025,…
I need to extract information from 2 different sheets based on the name of the member organisation and the join year (i.e. DD/MM/YYYY). The 2 sheets have the same column titles, but one is for 2024 and another one for 2025. Where organisation joined earlier than 2025, then it needs to fetch the data from the 2024 sheet,…
How do I set up the automation to move a row once the created date reaches 5 days?