Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there an eaiser way exclude words commonly foun in address like DR, ST,
1ST from a proper formula Excel 2007 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Easier than what?
"Geoffrey Starr" wrote in message ... Is there an eaiser way exclude words commonly foun in address like DR, ST, 1ST from a proper formula Excel 2007 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Tyro,
You can use a macro, to make corrections such as on my last name ("McRitchie"), but I don't see why you would want to do anything different about "Dr.", and "St". But the lower case words in titles such as "Wind in the Willows" and other things can be tweaked in a macro. http://www.mvps.org/dmcritchie/excel/proper.htm -- HTH, David McRitchie, Microsoft MVP -- Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm "Tyro" wrote in message ... Easier than what? "Geoffrey Starr" wrote in message ... Is there an easier way exclude words commonly found in address like DR, ST, 1ST from a proper formula Excel 2007 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't want to do anything. I didn't ask the question.
Tyro "David McRitchie" wrote in message ... Hi Tyro, You can use a macro, to make corrections such as on my last name ("McRitchie"), but I don't see why you would want to do anything different about "Dr.", and "St". But the lower case words in titles such as "Wind in the Willows" and other things can be tweaked in a macro. http://www.mvps.org/dmcritchie/excel/proper.htm -- HTH, David McRitchie, Microsoft MVP -- Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm "Tyro" wrote in message ... Easier than what? "Geoffrey Starr" wrote in message ... Is there an easier way exclude words commonly found in address like DR, ST, 1ST from a proper formula Excel 2007 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry about that should have been addressed to Geoffrey.
"Tyro" wrote... I don't want to do anything. I didn't ask the question. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The change to properwas with a Address in all Caps like :
2ND VALLEY RD <-- run thru =TRIM(CLEAN(PPROPER(value))) OR DBA JOHN SMITH Comes out as: 2Nd Valley Rd Or Dba John Smith so you need to have an second Column with a =SUBSTITUTE(Value,"2Nd","2nd",1) and another with =SUBSTITUTE(value,"Dba","DBA",1) wich can result in building the sheet taking a while |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Proper Formula is stuck and does not work | Excel Worksheet Functions | |||
Is this the proper place to ask my question? | Excel Discussion (Misc queries) | |||
I need help desparately with PROPER formula... | Excel Worksheet Functions | |||
Conversion formula (Proper Case) | Excel Worksheet Functions | |||
How to use Proper formula? | Excel Worksheet Functions |