J
jeanulrich00
Hi
I have a file containing many worksheets. As each worksheet have the
same patern I am trying to find a formula that I could use for every
worksheet.
For each worksheet, the column are the same but the number of row can
be different.
Let say I have 10 columns A to J and I have 20 rows starting at row
10. and finishing at row 30
My first need was to be able to sum every even number low for each
column
example D10 + D12 + D14 + D16 + D18 and so on till row 30 Then I need
another formula to sum every odd number row D11 + D13 + D15 + D17 and
so on. As the number of row is not the same I went with DSUM
fonction.
As I understand well the DSUM function I am trying to find a solution
for that :
I need a formula that can replace this (D10*B10) + (D12*B12) +
(D14*B14) + (D16*B16) and so on
I need a formula that will work if I have 20 rows or if I have 100
rows
thanks for helping
I have a file containing many worksheets. As each worksheet have the
same patern I am trying to find a formula that I could use for every
worksheet.
For each worksheet, the column are the same but the number of row can
be different.
Let say I have 10 columns A to J and I have 20 rows starting at row
10. and finishing at row 30
My first need was to be able to sum every even number low for each
column
example D10 + D12 + D14 + D16 + D18 and so on till row 30 Then I need
another formula to sum every odd number row D11 + D13 + D15 + D17 and
so on. As the number of row is not the same I went with DSUM
fonction.
As I understand well the DSUM function I am trying to find a solution
for that :
I need a formula that can replace this (D10*B10) + (D12*B12) +
(D14*B14) + (D16*B16) and so on
I need a formula that will work if I have 20 rows or if I have 100
rows
thanks for helping