So I wanted to find out how to sum up a range of numbers where only every subsequent number that is three columns apart will taken in to be calculated.
For example if I have the range of (2 , 3 , 5 , 1 , 2 , 4 , 3), the formula would only calculate 2+1+3 and return 6.
I asked an AI for help and it gave me this formula:
The formula DOES work in giving me 6 as shown but I'm curious as to how this formula works exactly?
From what I see, if the IF() statement is made true, wouldn't it only produce F9:L9?
And this means the formula will be SUMPRODUCT(F9:L9), which obviously won't give a result of 6, as seen below:
So how come the full formula in the first image works in giving the answer 6?? How does the formula work exactly?
For example if I have the range of (2 , 3 , 5 , 1 , 2 , 4 , 3), the formula would only calculate 2+1+3 and return 6.
I asked an AI for help and it gave me this formula:
The formula DOES work in giving me 6 as shown but I'm curious as to how this formula works exactly?
From what I see, if the IF() statement is made true, wouldn't it only produce F9:L9?
And this means the formula will be SUMPRODUCT(F9:L9), which obviously won't give a result of 6, as seen below:
So how come the full formula in the first image works in giving the answer 6?? How does the formula work exactly?