Looking for some help with am IF AND formula as I am pretty new to SS and stumped.
We use Smartsheet for time tracking and have a pretty complex solution. We are basically implementing a system where IF a user did not submit time the previous week, and the current day of the week is Thursday, then check a box in another column. Few notes.
- Each project has a Time Tracker sheet
- We have a "Date Helper" column
- The resource must be populated
- No Hours Worked must NOT be checked
- Status column will show if a user SUBMITTED time(Status are: Submitted, Approved, In Progress, Invoiced)
It is basically... IF RESOURCE IS NOT BLANK, AND NO HOURS WORKED IS NOT CHECKED, AND WEEKLY TOTAL HOURS = 0, AND DATE IS CURRENT WEEK THURSDAY THEN TRUE, ELSE FALSE.
Also can read as. IF CURRENT WEEK DAY IS THURSDAY, AND RESOURCE IS NOT BLANK, AND NO HOURS WORKED IS NOT CHECKED, AND WEEKLY TOTAL HOURS = 0, THEN TRUE, ELSE FALSE
Another option I have been considering is that we have a STATUS column. IF that status is not SUBMITTED, APPROVED or INVOICED, AND RESOURCE IS NOT BLANK, AND CURRENT WEEKDAY IS THURSDAY then TRUE, FALSE.