ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how to make a function to extract from to (https://www.excelbanter.com/excel-worksheet-functions/227177-how-make-function-extract.html)

Fableman

how to make a function to extract from to
 
Sesam street 4B
Motherstreet 56
Jungle terror street 5
Monky do funky street 6D

How can I make a function that extract the street number ex. 4B, 56, 5 and
6D ?

and

How to make a funtion that only extract the street named and not the numbers ?

(English not my native language , hope you understand what I try to ask for)


//Thanks..


Jarek Kujawa[_2_]

how to make a function to extract from to
 
would this:

=MID(A1,FIND("street",A1)+7,LEN(A1)-FIND("street",A1)-7)
(for street number)

=LEFT(A1,FIND("street",A1)+5)
(for street name)

help?


On 9 Kwi, 11:52, Fableman wrote:
Sesam street 4B
Motherstreet 56
Jungle terror street 5
Monky do funky street 6D

How can I make a function that extract the street number ex. 4B, 56, 5 and
6D ?

and

How to make a funtion that only extract the street named and not the numbers ?

(English not my native language , hope you understand what I try to ask for)

//Thanks..




All times are GMT +1. The time now is 01:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com