+ Reply to Thread
Results 1 to 2 of 2

Sum of alternate columns

Hybrid View

  1. #1
    Registered User
    Join Date
    03-23-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Sum of alternate columns

    Hi all,

    I need an equation that adds alternate columns starting from BA6(BA6, BC6, BE6...IB6 etc) ending IB6.

    Excluding columns: BM, BN, NO, BP, BS, BT, BU, BV, DA, DB, DC, DD, GQ, GR, GS, GT, HK, HL, HM, HN, IC, ID, IE, IF As they'll get caught up in the process.

    If this is possible please let me know.

    Thanks

  2. #2
    Registered User
    Join Date
    05-09-2009
    Location
    Manchester,England
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    58

    Re: Sum of alternate columns

    Hi,

    see if this formula works for you

    Formula: copy to clipboard
    =SUMPRODUCT(MOD( COLUMN($BA$6:$IB$6),2 )*$BA$6:$IB$6)


    This will add up all odd columns within the range

    To add up even columns use

    Formula: copy to clipboard
    =SUMPRODUCT((1-MOD( COLUMN($BB$6:$IC$6),2 ))*$BB$6:$IC$6)


    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1