Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My example/problem"
A1 "1167 Belle Plaine Ave. Gurnee IL 60031" C1 I want: "Gurnee" Thanks in advance. Sincerely, Kevin Waite |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kevin
using two helper columns (to make the formulas not that complicated) try B1: =SUBSTITUTE(SUBSTITUTE(A1," ","#",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))-2)," ","^",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))-2) C1: =MID(B1,FIND("#",B1)+1,FIND("^",B1)-FIND("#",B1)-1) -- Regards Frank Kabel Frankfurt, Germany "Kevin Waite" schrieb im Newsbeitrag news:nHAcc.84942$JO3.44011@attbi_s04... My example/problem" A1 "1167 Belle Plaine Ave. Gurnee IL 60031" C1 I want: "Gurnee" Thanks in advance. Sincerely, Kevin Waite |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.cpearson.com/excel/excelF.htm#Words
Chip Pearson's formulas on extracting words from a string. -- Regards, Tom Ogilvy "Kevin Waite" wrote in message news:nHAcc.84942$JO3.44011@attbi_s04... My example/problem" A1 "1167 Belle Plaine Ave. Gurnee IL 60031" C1 I want: "Gurnee" Thanks in advance. Sincerely, Kevin Waite |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
a cell contain formula, how to extract value of that cell | Excel Worksheet Functions | |||
Extract portion of formula resident in a cell | Excel Worksheet Functions | |||
how to extract data from a cell in a formula in another cell | Excel Worksheet Functions | |||
How I can to extract a formula from other Cell Function? | Excel Discussion (Misc queries) | |||
Extract the first word from a cell? | Excel Discussion (Misc queries) |