andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello all,
I found this formula online, and It's just not quite working as intended.
I'm wanting it to cum the value of every 17th cell, however when I change it to 17 it counts the 17th column first(q) then every 17, But I'm wanting the first column D counted then every 17th from there. How do I modify this?
I found this formula online, and It's just not quite working as intended.
Code:
=SUMPRODUCT((MOD(COLUMN($D4:$II4),17)=0)*($D4:$II4))