[Libreoffice-bugs] [Bug 138994] New: Incorrect work =FORMULA()
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 17 14:13:13 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138994
Bug ID: 138994
Summary: Incorrect work =FORMULA()
Product: LibreOffice
Version: 7.1.0.0.beta1+
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: technologist2_sc at metalinvest.ua
Description:
the function FORMULA() returns an incorrect punctuation mark after tab name
Steps to Reproduce:
1.A1 is text1, B1 is text2.
2.A2 is link on A1 with tab name (like without other tab).
3.=FORMULA(A2)
4.=INDIRECT(SUBSTITUTE(FORMULA(A2);"=";""))
5.=OFFSET(INDIRECT(SUBSTITUTE(FORMULA(A2);"=";""));0;1)
Actual Results:
3: =$tab.A1
4: EROR
5: EROR
Expected Results:
3: =tab!A1
4: text1
5: text2
Reproducible: Always
User Profile Reset: No
Additional Info:
In M$ excel work correct. See attach example.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201217/d0a08682/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list