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
Sort By: 
Question marked as ⚠️ Top-ranking reply

Apr 21, 2020 2:35 AM in response to edgewater12

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.

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

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.