Resources

How to return an entire row

How to return an entire row

To return an entire row you need to use array returning functions like INDEX or OFFSET. Both of these functions can return arrays, as well as single values, which can be used in other functions like SUM, AVERAGE or even another INDEX or OFFSET. How to...

How to return an entire column

How to return an entire column

To return an entire column you need array returning functions like INDEX or OFFSET. Both of these functions can return arrays, as well as single values, which can be used in other functions like SUM, AVERAGE or even another INDEX or OFFSET. How to return...

How to merge columns using formulas

How to merge columns using formulas

Traditional Copy+Paste might do all you want, but when working with large tables that are constantly updated, it's a tedious task to merge columns of data. Using this formula combination instead will save you time and prevent errors. Syntax =IFERROR(     ...

How to add a new line inside a cell

How to add a new line inside a cell

You add a new line into a cell and press Enter just like in any text editor. By doing so, Excel selects the cell below the previous one instead of adding a new line. But, how do you move on to a new line in the same cell? There are two ways to do this,...