View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default How to get the number from text?

=TEXT(LOOKUP(10^10,MID(A1,1,ROW(INDIRECT("1:"&LEN( A1))))+0),"000")


"JJ" wrote:

I have data as this format: 025BNN, 033WGN, I want to get only the numbers
from the text. how can i do that? thx.