• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sum every nth cell with condition

freshtomm

Member
Hi guys,

is it posibble to adjust this formula to sum only numbers that are lower than 100? Like sum every fifth cell but only if in this cell is number lower than 100.

Code:
=SUMPRODUCT(P4:BFQ4;--(MOD(COLUMN(P4:BFQ4);5)=3))

Thanks.
 
Back
Top