View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How can I extract characters from inside a cell?

=MID(A1,2,4) if you want it as text or =--MID(A1,2,4) if you want it as a
number.
--
David Biddulph

"Eric" wrote in message
...
I need to extract portions of cell contents (i.e. B109912345 - i need the
1099 out of this info) and prot it to the cell to the right (next column)