View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_284_] Rick Rothstein \(MVP - VB\)[_284_] is offline
external usenet poster
 
Posts: 1
Default Seperate Text and numbers in Post code

Here is another possibility...

=LEFT(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"012345 6789"))-1)

Rick


"chriso" wrote in message
...
Hi
I have a data sheet and need to get just the area from a post code e.g BS1
1JN I need just the BS in a column. I would use left,2 etc but problem is
some codes such as Birmingham only have 1 letter.

Any ideas please.
Thanks
Chris