LaurenHancy
Board Regular
- Joined
- Aug 5, 2010
- Messages
- 179
Hi All,
I am having a real problem with return the time of a cell using 2 criterias:
This is the data table:
A B C D
1 02/01/19 John 08:16 06:40
2 03/01/19 Bob 08:20 05:30
3 04/05/19 John 09:45 06:44
4 04/03/19 David 08:20 07:55
I am wanting to do an index search as per the following into each date collumn I have. As the referance collumns are not underneath each other, my VLOOKup doesnt work, it just returns #N/A.
=VLOOKUP(A6&D5, RAW_UserAvSum_DATA, 3,FALSE)
A6 = Name
D5 = Date
I want to return Collumn C, first time record.
Thank you for helping me x
I am having a real problem with return the time of a cell using 2 criterias:
This is the data table:
A B C D
1 02/01/19 John 08:16 06:40
2 03/01/19 Bob 08:20 05:30
3 04/05/19 John 09:45 06:44
4 04/03/19 David 08:20 07:55
I am wanting to do an index search as per the following into each date collumn I have. As the referance collumns are not underneath each other, my VLOOKup doesnt work, it just returns #N/A.
=VLOOKUP(A6&D5, RAW_UserAvSum_DATA, 3,FALSE)
A6 = Name
D5 = Date
I want to return Collumn C, first time record.
Thank you for helping me x