Padding Spaces in Excel

  • Thread starter Thread starter David Coning
  • Start date Start date
D

David Coning

I'm trying to pad spaces onto the end of my data in
Excel. I have a column that is 32 characters wide and the
data in that column is of varying lengths. I want to pad
spaces at the end of this data so that every cell
contains 32 characters, spaces included.

Any ideas?
 
David Coning wrote...
I'm trying to pad spaces onto the end of my data in Excel. I have
a column that is 32 characters wide and the data in that column
is of varying lengths. I want to pad spaces at the end of this
data so that every cell contains 32 characters, spaces included.

Something like

=LEFT(YourDataHere&REPT(" ",32),32
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top