Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stilla
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim May
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stilla
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stilla
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
taylorm
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.


=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stilla
 
Posts: n/a
Default Adding a period to the "=LEFT()" function.

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
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
VBA function for "Mean" using Array as argument ASokolik Excel Worksheet Functions 21 March 28th 06 10:05 PM
Adding superscript in text function JoeyZaZa Excel Worksheet Functions 2 August 27th 05 03:00 AM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Need Function for adding rows on multiple sheets... struggling rookie ;) Thanks. Steve Excel Worksheet Functions 6 November 24th 04 12:10 AM


All times are GMT +1. The time now is 07:43 PM.

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"