Description: "Tip of the day 8/225" sample formula to match the figure. Steps to Reproduce: 1. Show Tip of the day. 2. Display tips for summing cell ranges on multiple sheets. In many environments it may be the eighth Tip. Code is https://git.libreoffice.org/core/+/master/cui/inc/tipoftheday.hrc#61 https://opengrok.libreoffice.org/xref/core/cui/inc/tipoftheday.hrc?r=dcea29c2#61 Want to sum a cell through several sheets? Refer to the range of sheets e.g. =SUM(Sheet1.A1:Sheet3.A1). The attached figure is "sum_sheets.png". https://opengrok.libreoffice.org/xref/core/extras/source/tipoftheday/sum_sheets.png?r=c6569b4d Actual Results: 3. The attached figure does not match the sample formula. Expected Results: 3. For simple formulas, it would be better to match the figure. Reproducible: Always User Profile Reset: No Additional Info: If the formula is to be changed, it should look like =SUM(Sheet1.A1:Sheet3.A1) -> =SUM(Sheet1.A1:Sheet2.A3) to match the attached diagram.
Change is in gerrit waiting for review. https://gerrit.libreoffice.org/c/core/+/177298