To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51186
                  Issue #:|51186
                  Summary:|SUM-Function with ADDRESS as argument does not work
                Component:|Spreadsheet
                  Version:|OOo 1.1.4
                 Platform:|PC
                      URL:|
               OS/Version:|Windows 2000
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|editing
              Assigned to:|spreadsheet
              Reported by:|tommyads





------- Additional comments from [EMAIL PROTECTED] Fri Jun 24 05:59:24 -0700 
2005 -------
Enter 

(original german version)
=SUMME(I2:ADRESSE(ZEILE()-1;SPALTE();4))

(english version, as I guess)
=SUM(I2:ADDRESS(ROW()-1;COLUMN();4))

in any cell zzz within column I below row 2.
This should always give the sum of all cells above the cell zzz, starting from
the second row (my first row contains a Header).
But this does not work!!!
When I enter 

(german original)
=ADRESSE(ZEILE()-1;SPALTE();4)
(english, as I suppose it)
=ADDRESS(ROW()-1;COLUMN();4)

in the same cell zzz, then it gives the correct result, e.g.

I268

=SUMME(i2:zelle(ADRESSE(ZEILE()-1;SPALTE())))
=SUM(i2:CELL(ADDRESS(ROW()-1;COLUMN())))
also yields an error. 

The reason for this formula is that when I insert any line with values in column
I above the sum, the sum is newly calculated.

Kind regards
tommyads

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