HI all,
New here so please go easy
I am wanting to create a function or query (whichever works better) which will do the following:
1. Run through a column of postcodes entered manually by the inputter and highlight entries which do not match the specified RegEx expression.
2. The regEx expression list used will be determined by which ISO country code the postcode is assigned to.
I am able to find loads of code on line for a postcode checker for one country but not seen anything for multiple countries - I assume a vlookup table may have to be combined wit the RegEx checker but cannot fathom how to implement this.
So in summary a "simple" regEx checker based on a list of postcodes BUT the regEx expressions will VARY based on which country the postcode is assigned to
Hope the above makes sense
TIA
New here so please go easy
I am wanting to create a function or query (whichever works better) which will do the following:
1. Run through a column of postcodes entered manually by the inputter and highlight entries which do not match the specified RegEx expression.
2. The regEx expression list used will be determined by which ISO country code the postcode is assigned to.
I am able to find loads of code on line for a postcode checker for one country but not seen anything for multiple countries - I assume a vlookup table may have to be combined wit the RegEx checker but cannot fathom how to implement this.
So in summary a "simple" regEx checker based on a list of postcodes BUT the regEx expressions will VARY based on which country the postcode is assigned to
Hope the above makes sense
TIA