I have a table with ~100 rows that can increase or decrease over time. I want to filter this table so that it shows the top N items and the sum of the rest in synthetic row called "Others". I don't want to use Google Apps Script for this.
How should I approach this in Google Sheets?