Is there a way to create a if statement that works based off the selection of a drop down list, and if that selection hasn't been made by a certain date is displays "incomplete"
Where would you want "Incomplete" displayed? To have the dropdown automatically display it, you would need to automate every option within the dropdown as you can have either automated OR manual entry, not both, in a cell. If you wanted it in a different cell, you would just need a simple IF(AND( statement along the lines of...
=IF(AND(ISBLANK([Dropdown Column Name]@row), TODAY() > insert date criteria here), "Incomplete")
I have a Pro plan but I cannot create ANY reports. The system does not allow me to choose a folder, and consequently a sheet to create a row report and suggests an upgrade to Business or Enterprise. I'm quite new to Smartsheet and feel a bit disappointed with this limitation, or maybe I'm just doing something wrong. Alberto
I have multiple items that each have their own statuses and that roll up to "workstreams" or swimlanes. On the dashboard, I would like to show the progress of the items by swimlane without breaking it out into separate widgets for each. This would ideally be a stacked bar where each bar represented the Items and was broken…
Hello, I use Smartsheet in such way that people are asked to provide data on many records and then that data needs to be approved by one other person (always the same person). I would like to set up an automation that, each morning, checks to see if there are records waiting to be approved, and if there are, sends an…