Hello,
I am trying to find a way to setup a rule that will present a user a warning if they select a team member for a task from a Contact List Dropdown on a certain day of the week. From My research I have gathered that this is not a straightforward task. Is there a way to write the formula if referencing a helper sheet though? As I also have these team members in a "roster" of sorts on another sheet. Below is the current formula I have when I thought I could reference the email from the contact dropdown.
=IF(AND(OR(WEEKDAY([Column2]@row) = "5", WEEKDAY([Column2]@row) = "6"), [Column3]@row = "HelpPlease@Smartsheet.com"), "Not Available this day", "")