diff options
author | Eike Rathke <erack@redhat.com> | 2023-04-10 11:59:57 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-04-10 12:35:41 +0200 |
commit | 0de438c96e95ce7160947023253c3d32ec5f2166 (patch) | |
tree | 1aed312bd23dce186212768e7bccaa9683c3fd24 /source | |
parent | 001bc6f839d99b51a79eb398fc9f4317ccc9c60a (diff) |
SF_Calc DAvg, DCount, DMax, DMin and DSum are the status bar functions
Change-Id: I7f905111e58f0997c6a249a38313853d6c26f725
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/150178
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index 9f1e19ee47..098abaec35 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -1173,7 +1173,7 @@ <bookmark_value>Calc service;DSum</bookmark_value> </bookmark> <h2 id="hd_id471595777001777" localize="false">DAvg, DCount, DMax, DMin and DSum</h2> - <paragraph role="paragraph" id="par_id601595777001498">Apply the functions Average, Count, Max, Min and Sum, respectively, to all the cells containing numeric values on a given range.</paragraph> + <paragraph role="paragraph" id="par_id601595777001498">Apply the functions Average, Count, Max, Min and Sum, respectively, to all the cells containing numeric values on a given range, excluding values from filtered and hidden rows and hidden columns, the same as for the status bar functions.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id471621539319385"> <input>svc.DAvg(range: str): float</input> |