Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dave Peterson wrote...
One way: =LOOKUP(2,1/(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)="e"), ROW(INDIRECT("1:"&LEN(A1)))) .... That's specific to the sought text being a single character rather than a possibly variable length substring. Alternatives include =FIND(CHAR(127),SUBSTITUTE(A1,A2,CHAR(127), (LEN(A1)-LEN(SUBSTITUTE(A1,A2,"")))/LEN(A2))) and =LOOKUP(33000,FIND(A2,A1,ROW(INDEX(1:65536,1,1):IN DEX(1:65536,LEN(A1),1)))) where A1 is the string to be searched and A2 is the substring sought. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Price function difference in Output formula vis a vis Manual Calculation | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
function CELL() to return the formula in the referenced cell | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Function Formula is displayed not results | Excel Worksheet Functions |