Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to obtain sum of odd numbered column

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 783
Default How to obtain sum of odd numbered column

perseus wrote:
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to obtain sum of odd numbered column

=SUMPRODUCT(N(MOD(COLUMN(A6:M6),2)=1),A6:M6)

--
Regards,
Tom Ogilvy


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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
create numbered sortable numbered list in excel coloradio Excel Discussion (Misc queries) 2 November 15th 06 06:50 PM
VBA to obtain Max Rows in any column in Used Reange [email protected] Excel Discussion (Misc queries) 4 July 25th 06 01:28 AM
My worksheet is numbered in both row and column. Is that right? Sheila Excel Worksheet Functions 1 March 21st 06 07:16 PM
My worksheet is numbered in both row and column. Is that right? Sloth Excel Worksheet Functions 0 March 21st 06 06:39 PM
How do I get the sum of only odd/even numbered cells in a column? Steve E Excel Discussion (Misc queries) 3 March 3rd 05 04:19 PM


All times are GMT +1. The time now is 03:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"