diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-06-02 12:44:53 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-06-02 11:51:44 +0200 |
commit | 540ea4b3f6f10a77fc06665de7c550c1eb9df00e (patch) | |
tree | 9289231a4006fb0220b8aeb28d4dc7450d4ed477 | |
parent | 692e37447c9af746a7c34bfe46a1b78e0b15322d (diff) |
Improve example in Advanced Filters
Change-Id: I1773fdfee5cc067551cbf7a7bad06cd705eecedf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168340
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
-rw-r--r-- | source/text/scalc/guide/specialfilter.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/guide/specialfilter.xhp b/source/text/scalc/guide/specialfilter.xhp index bd7229d00b..2361fe194c 100644 --- a/source/text/scalc/guide/specialfilter.xhp +++ b/source/text/scalc/guide/specialfilter.xhp @@ -203,14 +203,14 @@ </tablecell> <tablecell/> <tablecell> - <paragraph id="par_id3155957" role="paragraph" localize="false"><160000</paragraph> + <paragraph id="par_id3155957" role="paragraph" localize="false">>160000</paragraph> </tablecell> <tablecell/> <tablecell/> <tablecell/> </tablerow> </table> - <paragraph id="par_id3153566" role="paragraph">Specify that only rows which either have the value <literal>January</literal> in the <emph>Month</emph> cells OR a value of under 160000 in the <emph>Standard</emph><comment>standard not default, look at U59!!!</comment> cells will be displayed.</paragraph> + <paragraph id="par_id3153566" role="paragraph">Specify that only rows which either have the value <literal>January</literal> in the <emph>Month</emph> cells OR a value of over 160000 in the <emph>Standard</emph><comment>standard not default, look at U59!!!</comment> cells will be displayed.</paragraph> <paragraph id="par_id3147372" role="paragraph">Choose <menuitem>Data - More Filters - Advanced Filter</menuitem>, and then select the range A20:E22. After you click OK, only the filtered rows will be displayed. The other rows will be hidden from view.</paragraph> </section> |