Microsoft Excel's CHOOSECOLS and CHOOSEROWS functions are a game-changer if you want to quickly extract specific columns or rows from your data without nesting several functions in your formula.
Let’s say you have a table containing expenses for each quarter. You need the total of each quarter column and you need the total of each expense row. Did you know that you can sum all the rows and ...