OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: formulas : new function that searches text in reverse order ?


Hello,


For searching a text from left to right, I can use "search" and "find" text formula.

However, I didn't found a formula for searching in the reverse order (right to left).

Someone gave to me this workaround (when searching a space character) :

=LEN(A1)-FIND("|",SUBSTITUTE(A1," ","|",
     LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))

http://stackoverflow.com/questions/350264/how-can-i-perform-a-reverse-string-search-in-excel-without-using-vba


This workaround is cpu intensive.

Could you possibly add a new function for that (or a additional parameter) ?


Regards.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]