View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Add alternate cells in column and sum

Maybe

=SUMPRODUCT((MOD(ROW(AA5:AA382),2)=1)*AA5:AA382)

Mike

"Jackanorry" wrote:

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


 
ExcelBanter Database Error
Database Error Database error
The ExcelBanter database has encountered a problem.

Please try the following:
  • Load the page again by clicking the Refresh button in your web browser.
  • Open the www.excelbanter.com home page, then try to open another page.
  • Click the Back button to try another link.
The www.excelbanter.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.