Add alternate cells in column and sum

  • Thread starter Thread starter Jackanorry
  • Start date Start date
J

Jackanorry

I need to add alternate cells in a single column. The cells contain a formula
result summing values in rows to the left of the result cell.

The cells to be summed in the column are formatted to display results in
currency format.

Cell range (column) to be summed AA5 to AA382 (using alternate cells i.e.
AA5,AA7,AA9 ...AA381)

Thanks for any and all assistance in advance.
John
 
Mike,

it works! - just what i needed to make this work

THANK YOU

John
 
Try this:

=SUMPRODUCT(--(MOD(ROW(AA5:AA382)-ROW(AA5),2)=0),AA5:AA382)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top