Hi,
I'm using Smartsheets to build an external visitor log. Using one "Time In" form to capture the time in (using Created by column) and another to capture the time out (again using a created by column).
I then have a "Register" sheet where the time in row is copied to whenever an entry is added to the "Time In" sheet and have an index formula looking at the same row on the "Time out" sheet.
Date/Time Out:
=(INDEX({Visitors & Contractors Register - Out Range 1}, 1))
Pass Returned:
=IF(INDEX({Visitors & Contractors Register - OUT Range 2}, 1), "Yes", "No")
- How can I bring the time through as well as the date? (If I change the column to date, it brings the date through)
- Is there a better way of doing this? Index + Match? VLookup?
Thanks in advance :)