Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gh gh is offline
external usenet poster
 
Posts: 8
Default ConditionalFormatCellValue

I have a column with a middle initial or a middle namr or it is blank.
What I need to do is add a period to the middle initial only. If it a
missle name or blank, then I want to do nothing. Is there a function
for something like this?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default ConditionalFormatCellValue

Something like this:
=if(len(a1)=1,a1&".",a1)

Regards,
Fred

"gh" wrote in message
...
I have a column with a middle initial or a middle namr or it is blank. What
I need to do is add a period to the middle initial only. If it a missle
name or blank, then I want to do nothing. Is there a function for
something like this?

Thanks


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



All times are GMT +1. The time now is 10:11 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"