You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

how do i get the sum of each alternate row in a numbers column

how do i get the sum of each alternate row in a numbers column


Posted on Apr 20, 2020 7:31 PM

Reply
Question marked as Top-ranking reply

Posted on Apr 21, 2020 2:35 AM

Hi edgewater,


Try this. Row 1 is a Header Row, Rows 10 and 11 are Footer Rows.


Formula in A2 =IF(ISODD(ROW()),"Odd","Even")

Fill down to the last Body Cell (A9 in this example)


Formula in Footer Cell A10 =SUMIF(A,"=Odd",B)

Formula in Footer Cell A11 =SUMIF(A,"=Even",B)


Regards,

Ian.

2 replies

how do i get the sum of each alternate row in a numbers column

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.