Hi,
I want to loop through a list of 40,000 postcodes to find any of them that begin with the prefix SE or SW. However, some of the postcodes are poorly formatted.
Raw data:

Desired result:

How would I do this ? Is it possible to use the ISNUMBER(MATCH()) function and then sort through the list to only show ones that give "TRUE"? This doesn't seem to work.
Thanks,
Vik
I want to loop through a list of 40,000 postcodes to find any of them that begin with the prefix SE or SW. However, some of the postcodes are poorly formatted.
Raw data:

Desired result:

How would I do this ? Is it possible to use the ISNUMBER(MATCH()) function and then sort through the list to only show ones that give "TRUE"? This doesn't seem to work.
Thanks,
Vik