To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30172





------- Additional comments from [EMAIL PROTECTED] Fri Dec 15 15:06:41 -0800 
2006 -------
Allow me to propose a workaround using a name reference(Ctrl+F3)
shSep =MID(ADDRESS(1;1;1;"Foo");4;1)
=INDIRECT("xxxx"&shSep&"a1")
Now your formula works in both applications.
Same is possible with pattern matching:
anyChar =IF(shSep=".";".*";"*")
=FIND("F"&anyChar;A1)
Notice that regular expressions are turned off when you open xls.
Tools>Options>Calc>Calculation:"Allow Regexes in Formulae"

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to