Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default Displaying a single character.

If the name is in Range("A1") then:

Sub dk()
MsgBox Left(Trim(Range("A1").Value), 1)
End Sub


<Mike Olds wrote in message
,us...
Is there a way in Excel to display only the first letter of a name? What I
wish to do is to use concatenate to merge last name and first name, but I
wish to display only the 1st character of the first name.

EggHeadCafe - Software Developer Portal of Choice
Excel Reports in ASP.NET 2.0
http://www.eggheadcafe.com/tutorials...in-aspnet.aspx



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
Format single character alex Excel Worksheet Functions 4 April 17th 09 12:50 PM
Excel Web Query not displaying umlaut character correctly jenab Excel Programming 0 June 23rd 06 03:37 PM
LEN fuction to leave a single character Jonah Excel Worksheet Functions 6 March 22nd 06 03:32 PM
Formula for Displaying the First Character of a word savbci Excel Discussion (Misc queries) 4 February 1st 06 09:11 PM
Character/Symbols not displaying correctly in this web forum ??? needyourhelp Excel Discussion (Misc queries) 1 May 25th 05 05:46 PM


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

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

About Us

"It's about Microsoft Excel"