Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom
elegant. you missed the fact that "a2" has mixed case! change s= Range("A2") to s= UCase(Range("A2") and you'll notice different results. OP, what are you doing in Column B and C?? those formulas are "hardcoded" and prone to errors. I've shortened the formula in B by replacing the nested substitute to upper in b4: =LEN($A$2)-LEN(SUBSTITUTE(UPPER($A$2),$A4,"")) in c4: =$B4/LEN($A$2)*100 then copy down. pls study Excel HELP about Absolute and Relative references! -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Tom Ogilvy wrote in |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel and what if analysis | Excel Discussion (Misc queries) | |||
Excel 2002 Analysis ToolPak Regression Analysis Help Requested | Excel Worksheet Functions | |||
Analysis Toolpak-Confidence Level and data analysis questions | Excel Worksheet Functions | |||
Excel Analysis | Excel Discussion (Misc queries) | |||
Analysis ToolPak installed but no Data Analysis option | Excel Discussion (Misc queries) |