How to Add Cells in Excel

SUM formula over the range C2:E2 returning the same trip total with less typing

If you want to add up the numbers sitting in a bunch of Excel cells, the tricky part is not the adding. It’s that the best way to do it …

Read more

How to Divide in Excel

The number 1000 typed in a helper cell and copied, showing the moving dashed border

If you want to divide numbers in Excel, you’ll go looking for a DIVIDE function and there isn’t one. And this is because Excel handles division with a plain forward …

Read more

How to Randomize a List in Excel

=SORTBY(A2:D11,RANDARRAY(ROWS(A2:D11))) in cell F2, spilling the whole list back in a random order

If you want to shuffle a list in Excel into a random order, you will notice there is no single “shuffle” button anywhere on the ribbon. That is because Excel …

Read more