Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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.. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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.. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alternative to using IF function to extract data | Excel Discussion (Misc queries) | |||
extract word function | Excel Worksheet Functions | |||
how to extract a specific range of days (7 or 30) to make a chart | Excel Worksheet Functions | |||
extract matching text to make report | Excel Discussion (Misc queries) | |||
Extract using MID function ? | Excel Worksheet Functions |