Hey folks,
I’m trying to make a check in/ out system for a music venue/ studio so they can see which members of staff are on site at any given time. I’ve used two forms where staff can check in and out which populates a table. That side of things is working fine.
The following formula shows whether someone is currently checked in:
IF(AND({time in},{time out}),"
",IF(AND({time in},NOT({time out})),"
",BLANK()))
I’d like the formula above to also show an for those who haven’t signed out on a previous day (So the
s are only for people signed in on the current day). I’ve tried to do this by comparing the most recent check in to the days date using the TODAY() function but it appears to be including the previous day as well (which I really don’t understand).
Hopefully that makes sense. I’ve been staring at Airtable for far too long today and might be going mad! Any help will be greatly appreciated.
Many thanks,
Ross