zraj07
Board Regular
- Joined
- Jun 15, 2006
- Messages
- 80
I have a "table" or an "array" that consists of names of Counties.
Sometimes the counties are duplicated in the array.
I have a Master List of Counties.
I am trying to check and see, if, in my array, I have at least one of each of the counties contained in the master list. Intent is to be able to show that I have not missed any counties in my array.
perhaps something that would indicate as below, only 5 of the 7 counties matched the master list but somehow doesn't doublecount the duplicate counties?
Any suggestions?
ARRAY:
County County2 County3
Dakota Fillmore
Filmore Washington
Ramsey Goodhue Dakota
Master list:
Dakota
Fillmore
Goodhue
Mower
Olmsted
Ramsey
Washington
Sometimes the counties are duplicated in the array.
I have a Master List of Counties.
I am trying to check and see, if, in my array, I have at least one of each of the counties contained in the master list. Intent is to be able to show that I have not missed any counties in my array.
perhaps something that would indicate as below, only 5 of the 7 counties matched the master list but somehow doesn't doublecount the duplicate counties?
Any suggestions?
ARRAY:
County County2 County3
Dakota Fillmore
Filmore Washington
Ramsey Goodhue Dakota
Master list:
Dakota
Fillmore
Goodhue
Mower
Olmsted
Ramsey
Washington
Last edited: