Formula for Displaying the First Character of a word

G

Guest

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
 
P

Paul B

savbci, =LEFT(B1,1)
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
P

Pete

Use:

=LEFT(B1,1)

and copy down. This takes the left part of the string, the number of
characters being governed by the 1.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top