Hello
I have a spreadsheet with 2 columns A and B this is an example of my data:
A B
1 Cat A-34B
2 Dog B568
3 Tree GGG5
4 Dog B569
5 Box 98-7POY
6 Car 989867
7 Plane TTT-9-0
8 Boat A9-A9-X789
9 Horse B7709G
10 Tree GGG3
11 Dog B568
I require a message box to show whenever I attempt to enter a duplicate value in a new row across the combined input of columns A and B and to prevent me from typing that value... The number of rows is unknown as new entries will be added so will need to detect new rows automatically. It is not case sensitive.
In the example above the message box will flag up on row 11 as the entry Dog B568 already exists.
I was hoping this could be achieved using the custom option in Data Validation without having to write any code any help much appreciated.
I have a spreadsheet with 2 columns A and B this is an example of my data:
A B
1 Cat A-34B
2 Dog B568
3 Tree GGG5
4 Dog B569
5 Box 98-7POY
6 Car 989867
7 Plane TTT-9-0
8 Boat A9-A9-X789
9 Horse B7709G
10 Tree GGG3
11 Dog B568
I require a message box to show whenever I attempt to enter a duplicate value in a new row across the combined input of columns A and B and to prevent me from typing that value... The number of rows is unknown as new entries will be added so will need to detect new rows automatically. It is not case sensitive.
In the example above the message box will flag up on row 11 as the entry Dog B568 already exists.
I was hoping this could be achieved using the custom option in Data Validation without having to write any code any help much appreciated.