Filter and exclude columns
The goal is to display high-value projects in a simple table. To filter data and remove unwanted columns in one step, you can use a formula based on the FILTER and CHOOSECOLS functions, with help from the SORT function as needed. In the example …Read more