Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Numbers followed by space

I have a spreadsheet with about 2500 rows / 7 columns of numbers. The info
was pulled from another program and every one of the numbers has a space at
the end so the formula isn't working. Is there anything I can do other than
go cell by cell and delete the space?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default Numbers followed by space

This is worth a try
Copy a blank cell
Select all the cells with the problem
Use Edit | Paste Special with Add specified
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"malewis48" wrote in message
...
I have a spreadsheet with about 2500 rows / 7 columns of numbers. The
info
was pulled from another program and every one of the numbers has a space
at
the end so the formula isn't working. Is there anything I can do other
than
go cell by cell and delete the space?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 170
Default Numbers followed by space

Your issue may be a bit larger than just that trailing space. Your data may
have been imported as text-- that is one reason for the training space.

test a several of your cells with =isnumber(A2). If false you may be able to
convert using a formula such as =value(A2) to convert the text in those 2500
rows of 7 columns. Be sure to replace teh A@ with an appropriate cell from
your spreadsheet.

HTH

"malewis48" wrote:

I have a spreadsheet with about 2500 rows / 7 columns of numbers. The info
was pulled from another program and every one of the numbers has a space at
the end so the formula isn't working. Is there anything I can do other than
go cell by cell and delete the space?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Numbers followed by space

=--LEFT(A1,LEN(A1)-1)
--
David Biddulph

malewis48 wrote:
I have a spreadsheet with about 2500 rows / 7 columns of numbers.
The info was pulled from another program and every one of the numbers
has a space at the end so the formula isn't working. Is there
anything I can do other than go cell by cell and delete the space?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Numbers followed by space

Select the range to fix
Edit|replace
what: (space character)
with: (leave blank)
replace all



malewis48 wrote:

I have a spreadsheet with about 2500 rows / 7 columns of numbers. The info
was pulled from another program and every one of the numbers has a space at
the end so the formula isn't working. Is there anything I can do other than
go cell by cell and delete the space?


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 65
Default Numbers followed by space

Select the range to fix
Edit|replace
what: ALT+0160
with: (leave blank)
replace all

Note: While Enter 0160 in find what Hold the ALT KEY



"malewis48" wrote:

I have a spreadsheet with about 2500 rows / 7 columns of numbers. The info
was pulled from another program and every one of the numbers has a space at
the end so the formula isn't working. Is there anything I can do other than
go cell by cell and delete the space?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation - Allow numbers, comma, - and space [email protected] Excel Discussion (Misc queries) 8 April 28th 08 04:30 PM
How can I remove a space between a letters and set of numbers? connie Excel Discussion (Misc queries) 5 July 2nd 07 04:31 PM
How do I write a script to add space between numbers in a column? [email protected] Excel Discussion (Misc queries) 4 May 15th 07 04:53 PM
Extra space after imported numbers Duane Excel Discussion (Misc queries) 1 May 26th 05 04:20 PM
Space between decimal numbers Timmy Excel Worksheet Functions 6 May 26th 05 07:42 AM


All times are GMT +1. The time now is 05:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"