Using frequency in a data validation formula for ensuring unique entries.
Currently I use COUNTIF($B$2:$B$244,B2)<=1 or ISNA(VLOOKUP(A9,A$1:A8,1,FALSE)) to ensure all entries in particular columns are unique, but I have heard how slow these functions are and that the Frequency function counts the fastest for larger spreadsheets. My spreadsheet has over 40K lines so I don’t think these other formulas will be fast enough.
I also know frequency only counts numbers, so my question: is there a way to use frequency with text items in a data validation to ensure unique entries? All items are 5 digits with 1 letter in them.
Thx,
RKeev
Currently I use COUNTIF($B$2:$B$244,B2)<=1 or ISNA(VLOOKUP(A9,A$1:A8,1,FALSE)) to ensure all entries in particular columns are unique, but I have heard how slow these functions are and that the Frequency function counts the fastest for larger spreadsheets. My spreadsheet has over 40K lines so I don’t think these other formulas will be fast enough.
I also know frequency only counts numbers, so my question: is there a way to use frequency with text items in a data validation to ensure unique entries? All items are 5 digits with 1 letter in them.
Thx,
RKeev