diff options
author | tagezi <lera.goncharuk@gmail.com> | 2015-10-08 22:23:57 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-10-08 20:14:55 +0000 |
commit | 595364469b3f741b355c4d1193e711aa9063d33e (patch) | |
tree | 2811038403eab1347bfc2b063b8a2e4a362b3627 /AllLangHelp_scalc.mk | |
parent | 27b584d0126fce1c74b6f89d3ce766ea46fa622c (diff) |
Added description SUMIFS function
func_sumifs.xhp is new
In func_averageifs.xhp added the link to SUMIFS
added a string in Note about operators
Change-Id: Ied9617bbd0dd33cf5fc2afa01f20b018dd5cffd0
Reviewed-on: https://gerrit.libreoffice.org/19257
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 96f873a27c..6395e915cb 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -200,6 +200,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_numbervalue \ helpcontent2/source/text/scalc/01/func_now \ helpcontent2/source/text/scalc/01/func_second \ + helpcontent2/source/text/scalc/01/func_sumifs \ helpcontent2/source/text/scalc/01/func_time \ helpcontent2/source/text/scalc/01/func_timevalue \ helpcontent2/source/text/scalc/01/func_today \ |