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
All the above rules are working except the 4th one in the list which asks for the cell to turn red if Group status is not started and end date is in next 14 days. I have used the Smartsheet AI tool but no luck, I have saved and refreshed. I am using a helper column for my 5th rule in the list which asks the cell to turn…
Is there a way to limit a dropdown list so that the values in the dropdown list can only be used once in a column?
I have tried this a variety of ways. I have Hotel and then 3 standard Vendor Types. I am checking to see if certain information has been entered for each of these on Sheet B. I have the formula pulling the information for these correctly. The issue is with any non-standard vendor types. Since not all meetings will have an…