FrankieBoyDK
New Member
- Joined
- Apr 19, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi all,
I need in 1 list to find if any values are the same. And thought that Vlookup would be the easiest way to do it?
Example
Here is the same list, but twice. Can I with Vlookup search the list and exclude the value for the name I know is there?
So in this case, I want it to search for the value "1" and it should not display "test 1" but "test 11".
I need in 1 list to find if any values are the same. And thought that Vlookup would be the easiest way to do it?
Example
Value | Name | Name | Value | Name with same value | ||
1 | test 1 | test 1 | 1 | test 11 | ||
2 | test 2 | test 2 | 2 | |||
3 | test 3 | test 3 | 3 | |||
4 | test 4 | test 4 | 4 | |||
5 | test 5 | test 5 | 5 | |||
6 | test 6 | test 6 | 6 | |||
7 | test 7 | test 7 | 7 | |||
8 | test 8 | test 8 | 8 | |||
9 | test 9 | test 9 | 9 | |||
10 | test 10 | test 10 | 10 | |||
1 | test 11 | test 11 | 1 | |||
2 | test 12 | test 12 | 2 | |||
3 | test 13 | test 13 | 3 | |||
4 | test 14 | test 14 | 4 | |||
5 | test 15 | test 15 | 5 | |||
6 | test 16 | test 16 | 6 | |||
7 | test 17 | test 17 | 7 | |||
8 | test 18 | test 18 | 8 | |||
9 | test 19 | test 19 | 9 | |||
10 | test 20 | test 20 | 10 |
Here is the same list, but twice. Can I with Vlookup search the list and exclude the value for the name I know is there?
So in this case, I want it to search for the value "1" and it should not display "test 1" but "test 11".