View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Cliff Carson Cliff Carson is offline
external usenet poster
 
Posts: 5
Default Extract Certain character from string

mid("1164NB1", 5, 2) has a value of "NB"

"Kou Vang" wrote in message
...
How do you extract a certain character from right to left? This is so
simple, yet finding any help code takes me to a million other examples.
Thanks.

1164NB1

How do I extract the "NB" together?