I was wondering if it is easily possible to achieve the following:

Table1, which is made of the columns A,B & C (Time, ID #, and blank, respectively).
Table2, which is made of the columns A & B (Time and Type, respectively).

Is there a way for me to check to see if Table1[A] is equal to any value in Table2[A] and then for the corresponding 'Type' (Table2[B]) to be displayed in Table1[C] if there is a corresponding value.

Sorry if this is a little vague, let me know if I need to clarify.