![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 26
|
ques 1. I am trying to format name field last name followed by first.
Goldstein Andrew P Ellenhorn Theodore J. like these when i use aerial font they are not alligned when i use courier they get aligned. is there a way to align them using courier ques 2. Is there a way i can format the last name, first name with no blanks in the middle of first and last name ? |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Posts: 26
|
i meant can i align them using aerial
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
Mark has answered your first question. Your second question is not clear ... I believe that is why it did not get answered. Do you mean if you have the name in cell A1 Goldstein Andrew You will like to have it formulated as GoldSteinAndrew If this is the case, then use the formula: =SUBSTITUTE(A1," ","") HTH Please post back if it works for you ... otherwise explain a little further and let us take it from there!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
And if you have in cell A1
Goldstin Andrew P and you want to formulate it as GoldsteinAndrew P then use the following formula: =REPLACE(A1,10,1,) to get GoldsteinAndrew P [ This Message was edited by: Yogi Anand on 2002-03-27 19:07 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|