Need Alignment Help

gorkikumar

New Member
Joined
Aug 14, 2012
Messages
12
Hi,

Need Help in alignment.

I need to concatenate 3 columns lets say A, B and C in D column. Example provided

I want alignment as shown below but not achievable by simple concatenation, is there any work around to get this alignment

NameManagerNumber
Bala MSrijith K123456
GK KumarMahesh R2345
Sri DAbcdefg kllll12344454

<tbody>
</tbody>

While concatenating in D column want the same alignment as above with same character spaces


Thanks,
Gorki
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Is there a reason you are combining them into one cell? I'm thinking theres an ascii character you could use through char(), but I don't know it off the top of my head - even so, you would still have some weird formats sometimes. Option B would be to figure out the max length of every field and insert the proper amount of spaces based on the length of the string in each cell (if that makes sense)
 
Upvote 0
Hi Hal, I tried Option B and not successful in achieving the requirement as the alignment is not proper.
 
Upvote 0

Forum statistics

Threads
1,214,818
Messages
6,121,725
Members
449,049
Latest member
MiguekHeka

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