source/text/scalc/01/04060181.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 792b1d038e77611ad7fcdba0c984090eb56a0288 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Aug 6 14:06:55 2025 +0200 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Wed Aug 6 15:37:46 2025 +0200 Fix typo in COUNT, COUNTA examples Change-Id: I9bf1ccf635a2a56bc6468ad7be767f2f6dcf5141 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/189004 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> Tested-by: Jenkins diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index c2c24850d4..b078e7c01c 100644 --- a/source/text/scalc/01/04060181.xhp +++ b/source/text/scalc/01/04060181.xhp @@ -68,7 +68,7 @@ <embed href="text/scalc/01/ful_func.xhp#number255"/> <embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> -<paragraph id="par_id3149953" role="paragraph" xml-lang="en-US">The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted.</paragraph> +<paragraph id="par_id3149953" role="paragraph" xml-lang="en-US">The entries 2, 4, 6 and "eight" in the Value 1-4 fields are to be counted.</paragraph> <paragraph id="par_id3154558" role="paragraph" xml-lang="en-US"><item type="input">=COUNT(2;4;6;"eight")</item> = 3. The count of numbers is therefore 3.</paragraph> </section> @@ -86,7 +86,7 @@ <paragraph id="par_id3153111" role="code" xml-lang="en-US">COUNTA(<embedvar href="text/scalc/01/ful_func.xhp#number255_1" markup="keep"/>)</paragraph> <embed href="text/scalc/01/ful_func.xhp#number255"/> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> -<paragraph id="par_id3154508" role="paragraph" xml-lang="en-US">The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted.</paragraph> +<paragraph id="par_id3154508" role="paragraph" xml-lang="en-US">The entries 2, 4, 6 and "eight" in the Value 1-4 fields are to be counted.</paragraph> <paragraph id="par_id3158000" role="paragraph" xml-lang="en-US"><item type="input">=COUNTA(2;4;6;"eight")</item> = 4. The count of values is therefore 4.</paragraph> </section>