Adding Spaces and Columns

lse

New Member
Joined
Feb 22, 2007
Messages
20
Hi,
It's been awhile since I've worked with forumulas and I'm drawing a blank on this one.

I have four columns containing names. The first two columns always have text in them, column 3 and 4 may have text.

Example:
A B C D
John B Doe
Jane Doe
John L Doe

The result needs to be John B Doe
with a count of 10 characters

I need to add a space to the end of the text string for the columns that contain data, but not the empty columns. Then I need to count the total number of characters in all columns containing text.

Thanks for the help.

Laurie
 

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.
Like this maybe:
Excel Workbook
ABCDEF
1JohnBDoeJohn B Doe10
2JaneDoeJane Doe8
3JohnLDoeJohn L Doe10
4FredLSmithFred L Smith12
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,733
Members
448,987
Latest member
marion_davis

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