Forum Discussion
ahmad ali
Jan 05, 2019Brass Contributor
I need to use MOD function
Hello, I need to add the odd columns (A,C and E) and put the result under Total in and add the even columns (B,D and F) and put the result under Total out I have to use MOD function .... thanks ...
- Jan 05, 2019
Hi,
That could be
=SUMPRODUCT(A2:F2*ISODD(COLUMN(A2:F2))) and =SUMPRODUCT(A2:F2*ISEVEN(COLUMN(A2:F2)))
SergeiBaklan
Jan 05, 2019Diamond Contributor
Hi,
That could be
=SUMPRODUCT(A2:F2*ISODD(COLUMN(A2:F2))) and =SUMPRODUCT(A2:F2*ISEVEN(COLUMN(A2:F2)))
ahmad ali
Jan 05, 2019Brass Contributor
Dear Sergei Baklan,
Thank you so much
- SergeiBaklanJan 05, 2019Diamond Contributor
Ahmad, you are welcome