Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
savbci
 
Posts: n/a
Default Formula for Displaying the First Character of a word

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul B
 
Posts: n/a
Default Formula for Displaying the First Character of a word

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

"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



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

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

  #4   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



  #5   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default Formula for Displaying the First Character of a word

Left(Value, Number of characters)

Left(B1,1)

--
Kevin Backmann


"savbci" wrote:

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
need formula to search column for a word and return another word Skyline Excel Discussion (Misc queries) 5 November 18th 05 10:00 PM
in an excel macro can you import data from word into a cell? Trefor Excel Discussion (Misc queries) 11 October 6th 05 01:49 PM
would like to know the formula amount and display word sarah Excel Discussion (Misc queries) 1 June 24th 05 08:03 AM


All times are GMT +1. The time now is 12:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"