Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am converting a list of names to first initials using the =LEFT() function,
but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(A1,1)&"."
-- Kind regards, Niek Otten "Stilla" wrote in message ... I am converting a list of names to first initials using the =LEFT() function, but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(A1,1) & "."
"Stilla" wrote: I am converting a list of names to first initials using the =LEFT() function, but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=left(a1,1) & ". " & b1
maybe??? Stilla wrote: I am converting a list of names to first initials using the =LEFT() function, but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANK YOU EVERYONE for the super fast reply!
"Dave Peterson" wrote: =left(a1,1) & ". " & b1 maybe??? Stilla wrote: I am converting a list of names to first initials using the =LEFT() function, but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi!
Depends on what your exact formula is. A1 = Stilla =LEFT(A1)&"." Returns: S. Biff "Stilla" wrote in message ... I am converting a list of names to first initials using the =LEFT() function, but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANK YOU!
"Biff" wrote: hi! Depends on what your exact formula is. A1 = Stilla =LEFT(A1)&"." Returns: S. Biff "Stilla" wrote in message ... I am converting a list of names to first initials using the =LEFT() function, but can't figure out how to add a period afterthe first initial? Is there a way to adjust this formula, or another one that would add a period? Thanks so much. Stilla |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =left(a1,1)&"." -- taylorm ------------------------------------------------------------------------ taylorm's Profile: http://www.excelforum.com/member.php...o&userid=28892 View this thread: http://www.excelforum.com/showthread...hreadid=510266 |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANK YOU!
"taylorm" wrote: =left(a1,1)&"." -- taylorm ------------------------------------------------------------------------ taylorm's Profile: http://www.excelforum.com/member.php...o&userid=28892 View this thread: http://www.excelforum.com/showthread...hreadid=510266 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA function for "Mean" using Array as argument | Excel Worksheet Functions | |||
Adding superscript in text function | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
Need Function for adding rows on multiple sheets... struggling rookie ;) Thanks. | Excel Worksheet Functions |