Would appreciate some help please.
I have quite a large dataset that gets updated on a monthly basis (100,000 rows +). There are 4 unique provinces each 10 unique counties in each province. The users that enter data into the form - using drop down boxes - that generates these fields (among others) is not mandatory. Users should enter the province and county on the form but oft times omit the province. While I'm working with the people who make these fields mandatory there are a lot of blanks in my table. So I manually clean up the data. Could anyone advise on a way to clean the blanks up automatically.
Province1: County1, Country2,..., County10
Province2: County11, County12,..., County20
Province3: County21, County22,..., County30
Province4: County31, County32,..., County40
Province 1: County1
Province 4: County31
Blank: County11
Blank: County40
- Since all the counties are unique, and there are only 40, I know that for County11, the Province is Province2.
Hope that all makes sense. Thanks all. Appreciate any guidance.
I have quite a large dataset that gets updated on a monthly basis (100,000 rows +). There are 4 unique provinces each 10 unique counties in each province. The users that enter data into the form - using drop down boxes - that generates these fields (among others) is not mandatory. Users should enter the province and county on the form but oft times omit the province. While I'm working with the people who make these fields mandatory there are a lot of blanks in my table. So I manually clean up the data. Could anyone advise on a way to clean the blanks up automatically.
Province1: County1, Country2,..., County10
Province2: County11, County12,..., County20
Province3: County21, County22,..., County30
Province4: County31, County32,..., County40
Province 1: County1
Province 4: County31
Blank: County11
Blank: County40
- Since all the counties are unique, and there are only 40, I know that for County11, the Province is Province2.
Hope that all makes sense. Thanks all. Appreciate any guidance.