I have two tables:
Table one shows a list of tasks done on different computers and when the task has been marked as finished:
TaskId, FinishDateTime, Computername.
In table two I have information who was logged in when on on which computer:
DateTimeStart, DateTimeStop, EmloyeeName, Computer.
I want to have in table one an extra column, showing the name of the EmployeeName that was working on that computer while the task was finished. So we need to use the FinishDateTime and Computername to query the other table to find a match with exactly this computer and FinishDateTime in range between DateTimeStart and DateTimeStop. The result of the formular should show just the Name of the Employee.
I hope this is clear. How to create the formular? I am familiar with excel, where i would do some kind of nested vlookups, but have no idea how to achieve this in airtable.