Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default How can I remove a space between a letters and set of numbers?

In one cell I have a series of 4 letters than a space and series of 3-6
numbers, I'm looking for a shortcut to remove the space between them. My
spreadsheet contains several hundred that I need to adjust.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 140
Default How can I remove a space between a letters and set of numbers?

Using formulae only and the use of helper columns
1. separate the letters from the data
use formula =LEFT(X, 4) - where X = Your Data Cell

2 Separate the numbers
use the following
=RIGHT(X,LEN(X)-4) - where X = Your Data Cell

To add back together without the space.
=CONCATENATE(B1,C1) - where B1 = No.1 above & C1 = 2 above

HTH


"connie" wrote:

In one cell I have a series of 4 letters than a space and series of 3-6
numbers, I'm looking for a shortcut to remove the space between them. My
spreadsheet contains several hundred that I need to adjust.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How can I remove a space between a letters and set of numbers?

How about selecting the range
edit|Replace
what: (spacebar)
with: (leave blank)
replace all



connie wrote:

In one cell I have a series of 4 letters than a space and series of 3-6
numbers, I'm looking for a shortcut to remove the space between them. My
spreadsheet contains several hundred that I need to adjust.


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default How can I remove a space between a letters and set of numbers?

I got the prompt that there was no data to be found..

"Dave Peterson" wrote:

How about selecting the range
edit|Replace
what: (spacebar)
with: (leave blank)
replace all



connie wrote:

In one cell I have a series of 4 letters than a space and series of 3-6
numbers, I'm looking for a shortcut to remove the space between them. My
spreadsheet contains several hundred that I need to adjust.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 140
Default How can I remove a space between a letters and set of numbers?

Using Dave's Method
In the find what: text box - enter space
In the Replace with - leave blank

range must be selected

"connie" wrote:

I got the prompt that there was no data to be found..

"Dave Peterson" wrote:

How about selecting the range
edit|Replace
what: (spacebar)
with: (leave blank)
replace all



connie wrote:

In one cell I have a series of 4 letters than a space and series of 3-6
numbers, I'm looking for a shortcut to remove the space between them. My
spreadsheet contains several hundred that I need to adjust.


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How can I remove a space between a letters and set of numbers?

Either you didn't select the correct range

or you had that "Match entire cell contents" option checked.

or that range didn't have a space character

maybe because....

If you copied from a web page, that space may not be a normal space
character--it could be one of those HTML non-breaking space characters.

Try:
select the range
edit|replace
what: alt-0160
(hit and hold the alt key while typing 0160 on the numeric keypad)
with: (leave blank)
replace all



connie wrote:

I got the prompt that there was no data to be found..

"Dave Peterson" wrote:

How about selecting the range
edit|Replace
what: (spacebar)
with: (leave blank)
replace all



connie wrote:

In one cell I have a series of 4 letters than a space and series of 3-6
numbers, I'm looking for a shortcut to remove the space between them. My
spreadsheet contains several hundred that I need to adjust.


--

Dave Peterson


--

Dave Peterson
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
Adding a space inbetween letters and numbers in a cell Jazzman10 Excel Discussion (Misc queries) 2 June 21st 07 01:31 PM
How do I remove a space from the middle of a line of numbers? Raich Excel Discussion (Misc queries) 2 September 12th 06 07:10 PM
Deleting a space between a group of Numbers & Letters in a cell Melissa New Users to Excel 6 May 1st 06 01:35 PM
Remove Space in Text Tian Excel Discussion (Misc queries) 5 April 6th 06 07:09 PM
Remove leading space Karidre Excel Worksheet Functions 4 October 24th 05 03:39 PM


All times are GMT +1. The time now is 10:57 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"