Hi all.
I have a column of cells some 400 deep with food items in.
This is a Vlookup and I want to prevent duplicate entries.
There is something along these lines in data validation:
=Countif(range,A1)<=1
However column A will need to be a dynamic range as the user can add to it.
So I need the data validation to check the dynamic range.
I have set a dynamic range with offset and its called checkdups.
I am sort of lost from here, In the first cell of the column I did data validation and typed:
=Countif(checkdups,A1)<=1
It did not return an error or anything, neither did it work.
In essence if a user types text into a cell in this column that already exists I want excel to tell them to try again.
Many thanks
I am also considering how to deal with people changing the text of these items, how does VLOOKUP deal with that. In essence this worksheet contains allt he ingredients and other sheets vlookup this one to obtain the price, what if a user decides they don't need tomatoes any more (for instance) and deletes it, what effect does this have on other sheets that have referenced tomatoes?
Bookmarks