To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102383
                 Issue #|102383
                 Summary|address() result doesn't work as 2nd arg in cell()
               Component|Spreadsheet
                 Version|OOO310m11
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|oopla





------- Additional comments from [email protected] Sat May 30 13:56:24 +0000 
2009 -------
(note, locale is it_IT)

according to the guide, this formula should work:

 =CELLA("contents";INDIRIZZO(1;2*(RIF.RIGA()-1);1;1;"Foglio1"))

ie in EN

 =CELL("contents";ADDRESS(1;2*(RIF.ROW()-1);1;1;"Sheet1"))

as it does work in INDIRETTO() (EN: INDIRECT() ):

 =INDIRETTO(INDIRIZZO(1;2*(RIF.RIGA()-1);1;1;"Foglio1"))

as both function expect a cell ref as text; eg if the above ADDRESS() returns
Sheet1.$B$3 then INDIRECT(ADDRESS(...)) will work like manually writing in
the cell ref, ie INDIRECT(Sheet1.$B$3), whereas CELL(..., ADDRESS(...)) yields
an error "#REF!" and CELL(..., Sheet1.$B$1) does work.

Looking at the docs and function tips I don't see any error in function
usage, thus it looks like a bug in CELL().

I was using 2.4 in Linux, thought it's a bug fixed in 3.x then checked latest
3.1 in XP but with same results.

thx

---------------------------------------------------------------------
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