I have many records from a card entry system with times & card number. I have another file with the name & card number. I want to combine the two so I have times & name. For example:
1234 12:43
2345 13:34
4567 14:56
1234 15:45
the other file has:
1234 John Smith
2345 Jill Jones
4567 Fred White
I want end up with:
1234 12:43 John Smith
2345 13:34 Jill Jones
4567 14:56 Fred White
1234 15:45 John Smith
Any advice - preferably not VBA - I'm a a novice & find excel formulas easier than VBA
1234 12:43
2345 13:34
4567 14:56
1234 15:45
the other file has:
1234 John Smith
2345 Jill Jones
4567 Fred White
I want end up with:
1234 12:43 John Smith
2345 13:34 Jill Jones
4567 14:56 Fred White
1234 15:45 John Smith
Any advice - preferably not VBA - I'm a a novice & find excel formulas easier than VBA