I want to create a formula in a checkbox column. I want the formula to go like this:
I have 2 smartsheets. 1 is a sign-in sheet which will have a column for employee number.
The 2nd smartsheet will be a smartsheet to search through the first smartsheet and check off any employee who's number appears on that sheet.
For example:
Sheet1 - 3 columns - "employee number", "employee name", "date"
Sheet2 - 3 columns - "employee number", "employee name", checkbox column if employee showed up.
Something like =If({employeenumberSHEET1} contains [employeenumberONcurrentrow], 1)
I feel like this is doable I'm just getting confused why I can't get it to work.
Thanks for any and all advice.