I have a 1500-row database. I'd like to left-justify all the numbers but there are uneven spaces preceeding groups of numbers. What to do?
Thank you!
I have a 1500-row database. I'd like to left-justify all the numbers but there are uneven spaces preceeding groups of numbers. What to do?
Thank you!
select column
data text to columns fixed width
click next,
double click any break lines to remove them click next
if you need to preserve leading zeros change field to text if not leave as general
click finish
alternatively use find replace
find a single space replace with nothing
Last edited by martindwilson; 02-11-2013 at 07:12 PM.
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Hmmm...I thought of this but the leading spaces are all over the place. No code will help?
OK, tried it it worked. Thank you.
Last edited by kisboros; 02-11-2013 at 07:30 PM.
The trim function is a great function for this.
=Trim(a1)
try =TRIM(A1) copied down
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
In C1
=A1+0
try in B1
and drag down![]()
Please Login or Register to view this content.
![]()
Happy to Help
VISHA
Click *, if the suggestion helps you!
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>> "Mark your thread as Solved"
Hi kisboros
Select the data in column A >> Data Tab >> Text to Columns >> Delimited >> Ensure everything is unticked >> Finish. Then Home Tab >> Editing >> Clear >> Clear Formats.
This worked for the file that you uploaded!
Regards Kevin
Merged Cells (They are the work of the devil!!!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks