B
Bhavesh
Hello
I have to two worksheet in the workbook, the first is the data that will
have this columns date, time, nmbcalled, cost and duration and another
worksheet will have name and number.
Worksheet 1
A B C D
E F
1 Date Time nocalled cost duration
2 05/06 07:00 01234567 £2.90 00:20:00
3 06/06 08:00 01234568 £4.89 01:05:00
Worksheet 2
A B
1 Peter 01234567
2 John 01234568
I would like to have names in column F of worksheet 1, example for record 1
to have Peter and recd. 2 to have John.
I have tried to use vlookup function but it return with #N/A error.
here is the syntax =VLOOKUP(C2,Sheet2!A1:B6,1,FALSE)
I will appreciate any help on this issue.
Regards
Bhavesh
I have to two worksheet in the workbook, the first is the data that will
have this columns date, time, nmbcalled, cost and duration and another
worksheet will have name and number.
Worksheet 1
A B C D
E F
1 Date Time nocalled cost duration
2 05/06 07:00 01234567 £2.90 00:20:00
3 06/06 08:00 01234568 £4.89 01:05:00
Worksheet 2
A B
1 Peter 01234567
2 John 01234568
I would like to have names in column F of worksheet 1, example for record 1
to have Peter and recd. 2 to have John.
I have tried to use vlookup function but it return with #N/A error.
here is the syntax =VLOOKUP(C2,Sheet2!A1:B6,1,FALSE)
I will appreciate any help on this issue.
Regards
Bhavesh