L
LD6892
How do I omit a cell that contains a negative number in an addition formula?
I can't use sum because there are cells in between.
I can't use sum because there are cells in between.
Ron Coderre said:Try something like this:
A1: =SUMPRODUCT((MOD(COLUMN(A2:AD2),2)=1)*(A2:AD2>0)*A2:AD2)
That formula add the values from Row_2 in odd-numbered columns where the
cell value is greater than zero.
Is that something you can work with?
***********
Regards,
Ron
XL2002, WinXP