Work

Add Every Other Cell In A Column In Excel

ExcelRowsWant to find the total of every other cell in a column in Excel? You can manually select those cells by holding down Control and clicking, but a little formula magic can get the job done much faster.

Microsoft’s Excel Team Blog explains how you can use a little basic mathematics and Excel’s array features to add up every second cell. The process is a tad fiddly — you need to use a special method of entering the formula — but still much less error-prone than attempting manual selection for more than a handful of entries. Hit the post for full instructions. For more Excel tricks, try calculating the week number or designing floor plans in Excel.

Adding Every Other Cell in a Column [Microsoft Excel Team Blog]

Comments

  • venkat

    data is from A1 to a9

    formula is

    =SUM(IF(MOD(ROW(A1:A9),2)=1,A1:A9,”"))

Post Your Comments

Got something to say? There are two ways to comment:

1. Guests

Click here to comment instantly.

2. Facebook Users

Click below to comment using your Facebook account.

We're looking for comments that are interesting, substantial or highly amusing. If your comments are excessively self-promotional, obnoxious, or even worse, boring, you will be banned from commenting. All comments are moderated.