View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Traci Traci is offline
external usenet poster
 
Posts: 11
Default Parsing Last Character in variable length text field

I need to pull the last character from the data in a text field. Problem is,
the data is not all the same length. Sample data:

BBD2
BPN10499B
BPN6499

What I need to do is parse out the last character so i can check to see if
it is a B and filter only those records.

Any help you can provide will be much appreciated!!

Thanks