| Summary: | Provide ROWMAX, ROWMIN functions | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Robert Pollak <robert.pollak> | 
| Component: | Spreadsheet | Assignee: | Not Assigned <libreoffice-bugs> | 
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | medium | CC: | suokunlong | 
| Version: | 4.3.0.4 release | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| 
 
        
          Description
        
        
          Robert Pollak
        
        
        
        
          2014-08-27 08:45:37 UTC
        
       
    Use case: Given a table with columns "year" and "income", calculate the year with highest income. This is an enhancement request, looks resonable for me. Set to NEW. Additionally, there should be COLMAX,COLMIN for the number of the maximal/minimal column. I just see that my description is inconsistent: It should be ROWMAX, not ARGMAX. Actually, maybe ARGMAX is even better than ROWMAX/COLMAX: It could return the cell reference of the maximal/minimal value. In my use case, the year with maximal income would then be "=OFFSET(ARGMAX(<income column>), 0, -1)". Hmm - I just found out that the whole functionality is partially covered by HLOOKUP/VLOOKUP. In my use case, the "income" column would need to be left of the "year" column, then the year with maximal income is "=VLOOKUP(MAX(<income column>), <table region>, 2, FALSE)".  | 
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.