ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Forcing a postcode in Excel 2003 (https://www.excelbanter.com/excel-programming/325036-forcing-postcode-excel-2003-a.html)

Scott

Forcing a postcode in Excel 2003
 
Doing a simple spreadsheet with UK postcodes in trying to make it so that
whatever you put in is in a predesigned way. At the moment I have it so
that format cells asks for AA## #AA, but this does not seem to work? I want
to force capital letters and to force a 0 if the postcode first number is a
single figure (example if the postcode is ip6 8ly, I want excel to convert
it to IP06 8LY)...

Get my point???

Regards Scott



Tom Ogilvy

Forcing a postcode in Excel 2003
 
What do you mean by format cells asks for AA## #AA? How are you doing this?

--
Regards,
Tom Ogilvy

"Scott" wrote in message
...
Doing a simple spreadsheet with UK postcodes in trying to make it so that
whatever you put in is in a predesigned way. At the moment I have it so
that format cells asks for AA## #AA, but this does not seem to work? I

want
to force capital letters and to force a 0 if the postcode first number is

a
single figure (example if the postcode is ip6 8ly, I want excel to convert
it to IP06 8LY)...

Get my point???

Regards Scott





Jamie Collins[_2_]

Forcing a postcode in Excel 2003
 
Scott wrote:
At the moment I have it so
that format cells asks for AA## #AA


A UK postcode is a bit more complex. For details (and I
think I've got the correct country this time, Tom <g) see:

http://www.evoxfacilities.co.uk/evoxps.htm

FWIW I found this (untested) SQL DDL in my notes, which
includes a simple regex for a UK postcode:

postcode VARCHAR(8) NOT NULL
CHECK (postcode LIKE '[A-Z][$A-Z][0-9][$0-9A-Z] [0-9][ABD-
HJLNP-UW-Z][ABD-HJLNP-UW-Z]')

Jamie.

--




All times are GMT +1. The time now is 03:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com