LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Remove Text From AlphaNumeric

You are right.
--
Jacob (MVP - Excel)


"Rick Rothstein" wrote:

I don't think you need to concatenate the "0" onto the front of the MID
function which means you can also remove a couple of parentheses. I believe
this will work...

=LOOKUP(99^99,--MID(A1,1,ROW($1:$10000)))

You can save two additional characters by using the LEFT function instead of
the MID function...

=LOOKUP(99^99,--LEFT(A1,ROW($1:$1000)))

--
Rick (MVP - Excel)



"Jacob Skaria" wrote in message
...
=LOOKUP(99^99,--("0"&MID(A1,1,ROW($1:$10000))))

--
Jacob (MVP - Excel)


"Bam" wrote:

Hi All,

I have a colmun of Codes, of varying lengths that contains Letters at the
end of each Code.

The letters range from 1 single letter up to a word, again of varying
lengths.

I need to strip out all alpha letters and retain only the numeric
numbers.

Either a fomula or Macro.

Many Thanks,

Bam.


.

 
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
Remove Numbers from Alphanumeric String Dave Excel Discussion (Misc queries) 27 December 25th 16 02:33 AM
Sort a text column that contains alphanumeric Maureen Excel Discussion (Misc queries) 1 July 3rd 08 12:12 AM
Removing Text from Alphanumeric values Syed Rizvi Excel Discussion (Misc queries) 6 April 10th 08 05:00 PM
Removing text from Alphanumeric values Syed Rizvi Excel Worksheet Functions 1 April 10th 08 04:04 PM
how to remove number from alphanumeric cell Igneshwara reddy[_2_] Excel Worksheet Functions 3 April 12th 07 01:12 AM


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