
Originally Posted by
malik641
Is there a worksheet function that sums a given range, but every other 14th cell?
Example:
A1=4
A15=2
A29=4
Answer would obviously be: 10
I want the function to only add every other 14th cell. I assume it would be something like this:
=SUM(range,step) or something like that
I have a LOT of values to add (example:A1:A1500) and it would be a LOOOOONG line of code to add to type them all in manually. And if i wanted to add maybe 20 more of these cells (280 total cells) it would be MUCH easier to change the range in the function instead of manually entering in each specific cell.
*There is no specific criteria either, just numbers.
So any ideas would be great. Thanks!
Bookmarks