Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default extracting numbers from data

Hi,

Is there a way to extract the numbers, remove them and place them in an
adjacent column from the cells in the example below? The LEFT function
does not do the entire trick, since the amount of numbers differs per
cell and I still need to delete the number in the original cell.

1bla
1.1blabla
1.1.1blablabla
1.1.1.1blablablabla

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.newusers
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default extracting numbers from data

I would copy the entire column over to the next column and then use the
feature of the free add-in called ASAP Utilities, to delete all the
alpha-characters in that column.......leaving only the numbers........the
add-in is available at www.asap-utilities.com

Vaya con Dios,
Chuck, CABGx3



" wrote:

Hi,

Is there a way to extract the numbers, remove them and place them in an
adjacent column from the cells in the example below? The LEFT function
does not do the entire trick, since the amount of numbers differs per
cell and I still need to delete the number in the original cell.

1bla
1.1blabla
1.1.1blablabla
1.1.1.1blablablabla

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,118
Default extracting numbers from data

Try this:

With
A1 containing the text you want to parse

Put this ARRAY FORMULA in
B1:
=LEFT(A1,LEN(A1)-MATCH(TRUE,ISNUMBER(--MID(A1,LEN(A1)+1-ROW($A$1:INDEX($A:$A,LEN(A1),1)),1)),0)+1)

Note: For array formulas, hold down [Ctrl] and [Shift] when you press
[Enter], instead of just pressing [Enter].

Copy B1 and paste into B2 and down as far as you need

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


" wrote:

Hi,

Is there a way to extract the numbers, remove them and place them in an
adjacent column from the cells in the example below? The LEFT function
does not do the entire trick, since the amount of numbers differs per
cell and I still need to delete the number in the original cell.

1bla
1.1blabla
1.1.1blablabla
1.1.1.1blablablabla

Thanks


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
Manual control of link updating for downloaded quotes? dk_ Excel Discussion (Misc queries) 9 November 15th 06 01:04 PM
Two Questions: R1C1 and stop text number converting to data The Moose Excel Discussion (Misc queries) 5 October 31st 06 05:53 PM
Extracting Comma Seperated data into individual Cells Rmcnaught Excel Discussion (Misc queries) 2 July 18th 06 09:04 PM
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM


All times are GMT +1. The time now is 07:06 AM.

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

About Us

"It's about Microsoft Excel"