LibreOffice 25.2 ヘルプ
フィルターにかけるシート範囲の列の項目欄を表の空の場所にコピーして、項目欄の下にある行にフィルターの条件を入力します。このとき、横に並んだデータは常に論理積でつながれます。そして、縦に並んだデータは常に論理和でつながれます。
Once you have created a filter matrix, select the sheet ranges to be filtered. Open the Advanced Filter dialog by choosing , and define the filter conditions.
Then click OK, and you will see that only the rows from the original sheet whose contents have met the search criteria are still visible. All other rows are temporarily hidden and can be made to reappear with the command.
レコードの数が非常に多い表計算ドキュメントを読み込みます。ここでは 総売上 という架空のドキュメントを使用しますが、レコードの数が多ければ、別のどんなドキュメントでも問題ありません。このドキュメントは次のようなレイアウトになっています。
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 1 | 月 | 標準 | ビジネス | ハイクラス | スイート | 
| 2 | 1月 | 125600 | 200500 | 240000 | 170000 | 
| 3 | 2月 | 160000 | 180300 | 362000 | 220000 | 
| 4 | 3月 | 170000 | etc... | 
行1 を見出し (データフィールド名) 付きでコピーし、行20 に貼り付けます。行21、22... には、「または」で結ぶフィルター条件を入力します。その範囲は次のようになります:
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 20 | 月 | 標準 | ビジネス | ハイクラス | スイート | 
| 21 | 1月 | ||||
| 22 | >160000 | 
Specify that only rows which either have the value January in the Month cells OR a value of over 160000 in the Standard cells will be displayed.
Choose , 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.