courier font vs Ariel font printing names

ap1

New Member
Joined
Mar 11, 2002
Messages
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 ?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
On 2002-03-27 06:07, ap1 wrote:
i meant can i align them using aerial

No. Arial is a proportional font. Courier is a nonproportional font. The letter spacing varies when using a proportional fonts -- a "M" occupies more space that an "a".
 
Upvote 0
On 2002-03-27 06:05, ap1 wrote:
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 ?

Hi ap1:
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!
 
Upvote 0
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
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,215
Members
448,874
Latest member
b1step2far

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top