G
Guest
Hello,
I need your help here. I am trying to calculate a monthly progress of
planned vs. real. My "planned" formula is ok. The problem comes for the
"real" one.
Let's say I wanted to multiply the odd rows from D2
63 * even rows from
B2:B63, then add the results. I have tried things like
=SUMPRODUCT((IF(MOD(ROW(D2
63),2)=1,D2
63,0)*IF(MOD(ROW(B2:B63),2)=0,B2:B63,0))) but it won't work, it will always display 0 as a result.
Odd rows from B2:B63 will be blank, and in D2
63 we will have the "real"
progress on odd rows and "planned" progress on even rows.
I know it shouldn't be so difficult, but I'm stuck.
Thanks in advance.
Regards,
RF
I need your help here. I am trying to calculate a monthly progress of
planned vs. real. My "planned" formula is ok. The problem comes for the
"real" one.
Let's say I wanted to multiply the odd rows from D2

B2:B63, then add the results. I have tried things like
=SUMPRODUCT((IF(MOD(ROW(D2


Odd rows from B2:B63 will be blank, and in D2

progress on odd rows and "planned" progress on even rows.
I know it shouldn't be so difficult, but I'm stuck.
Thanks in advance.
Regards,
RF