+ Reply to Thread
Results 1 to 3 of 3

Sum of alternate columns & rows

  1. #1
    Registered User
    Join Date
    04-24-2004
    Location
    INDIA
    MS-Off Ver
    2013
    Posts
    70

    Sum of alternate columns & rows

    I want to sum the alternate column/ row like (a1, c1, e1).

    How can I do it.

    Thanks

    shubhkaran

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    This link should help

    http://www.mcgimpsey.com/excel/formu...meverynth.html

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    You can use an array formula like this for columns A C E etc:

    =SUM(IF(MOD(COLUMN(A1:E1),2)<>0,A1:E1))

    Note, this is an array formula. You must press CTRL+SHIFt+ENTER for it to work

+ 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