View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Nick Hodge
 
Posts: n/a
Default Formula for Displaying the First Character of a word

=LEFT(B1,1)

and copy down

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk


"savbci" wrote in message
...
Is there a formula (or macros) that grabs the first character of a string
of
text??

For example I have the following columns: Column A (Last name) Smith,
Column
B (First name) Heather. In column C i want the first Character of Column B
so
in this case it would be H.

Any suggestions? Thanks in advance