> For the complete documentation index, see [llms.txt](https://docs.tablomat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tablomat.com/learn/advanced-navigation/quick-filters.md).

# Quick Filters

#### Introduction

Filters are essentially tools for narrowing down a large spreadsheet into a subset of records that are relevant for browsing or editing in a particular task.

Users that perform a large number of small editing tasks may find that they're actually spending more time setting up filters and views than doing cell editing. For these users, saving a few clicks with every filter can result in a drastically-better user experience.

Tablomat supports keyboard and mouse shortcuts to make data filtering as frictionless as humanly possible.

#### `Ctrl` + Left Click

Holding `Ctrl` and left-clicking any cell will add a filter for the clicked cell value.

For example, ctrl-clicking the cell containing the word "Salomon" on the following sheet...

<figure><img src="https://3212093605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTDwmfyeZRuajecSvhNn5%2Fuploads%2FtvP8HnK5m9X1HQyeDBAm%2Fimage.png?alt=media&amp;token=2fd56763-a0d3-440f-953f-12c63152c1bd" alt=""><figcaption></figcaption></figure>

will instantly add a filter "Vendor is Salomon", resulting in the following view of data ...

<figure><img src="https://3212093605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTDwmfyeZRuajecSvhNn5%2Fuploads%2FZZ8IozzzP7Xtk0LXeHcz%2Flocalhost_3000_(Common%20Laptop)%20(1).png?alt=media&amp;token=f3ec20e6-d44a-4585-9fbd-597bc653ca55" alt=""><figcaption></figcaption></figure>

#### `Ctrl` + `Shift` + Left Click

This shortcut adds a filter that excludes the clicked value from the current view.

For example, applying this shortcut to a cell that contains "Salomon" will add the following filter ...

<figure><img src="https://3212093605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTDwmfyeZRuajecSvhNn5%2Fuploads%2F5gNzLbYICeERZQ79Cjk5%2Fimage.png?alt=media&amp;token=2e01e688-7328-427a-acde-591103826bdf" alt=""><figcaption></figcaption></figure>

which will exclude all rows where the "Vendor" value is "Salomon".

In practice, this shortcut can be cascaded to exclude all irrelevant rows.
