Hello Friends,
Need your help for a small formula in Index and match.
In sheet 1
B C
1-Mar-12 Jani
1-Mar-12 Jani
1-Mar-12 Mehta
1-Mar-12 Mehta
1-Mar-12 Patel
1-Mar-12 Thakkar
In sheet 2
A2 has date (1-Mar-12)
B2 has =INDEX(Sheet1!C:C, MATCH($A$2,Sheet1!B:B,0)) (Result is Jani)
If i copy this formula in B3 then result would be exclude duplicate names and should appear next new name.
Result would be in
B3 Mehta
B4 Patel
B5 Thakkar
Thanks a lot
Need your help for a small formula in Index and match.
In sheet 1
B C
1-Mar-12 Jani
1-Mar-12 Jani
1-Mar-12 Mehta
1-Mar-12 Mehta
1-Mar-12 Patel
1-Mar-12 Thakkar
In sheet 2
A2 has date (1-Mar-12)
B2 has =INDEX(Sheet1!C:C, MATCH($A$2,Sheet1!B:B,0)) (Result is Jani)
If i copy this formula in B3 then result would be exclude duplicate names and should appear next new name.
Result would be in
B3 Mehta
B4 Patel
B5 Thakkar
Thanks a lot