How to obtain sum of odd numbered column

  • Thread starter Thread starter perseus
  • Start date Start date
P

perseus

Hi All,

I want to obtain the sum of odd numbered column, like A6, C6, E6.... How can
I do that in a formula ?

Thanks.

Simon
 
perseus said:
Hi All,

I want to obtain the sum of odd numbered column, like A6, C6, E6.... How can
I do that in a formula ?

Thanks.

Simon
If the functions in the freely downloadable file at
http://home.pacbell.net/beban are availablre to your workbook

=SUM(ArrayAlternates(A6:IV6,,False))

Alan Beban
 

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