View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Add alternate cells in column and sum

Try this:

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


--
Biff
Microsoft Excel MVP


"Jackanorry" wrote in message
...
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