+ Reply to Thread
Results 1 to 5 of 5

Excel Increment columns in rows

  1. #1
    FGM
    Guest

    Excel Increment columns in rows

    How do I increment columns into rows in a formula. A1 = b4 + 2, A2 = C4 + 2,
    A3 = D4 + 2 etc.
    Excel XP

  2. #2
    Jason Morin
    Guest

    Re: Excel Increment columns in rows

    Try this in A1:

    =OFFSET($B$4,,ROW()-1)+2

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >How do I increment columns into rows in a formula. A1 =

    b4 + 2, A2 = C4 + 2,
    >A3 = D4 + 2 etc.
    >Excel XP
    >.
    >


  3. #3
    Aladin Akyurek
    Guest

    Re: Excel Increment columns in rows

    In A1 enter & copy down:

    =INDEX($B$4:$N$4,1,ROW()-ROW($A$1)+1)+2

    Adjust the range B4:N4 to suit.

    FGM wrote:
    > How do I increment columns into rows in a formula. A1 = b4 + 2, A2 = C4 + 2,
    > A3 = D4 + 2 etc.
    > Excel XP


  4. #4
    Max
    Guest

    Re: Excel Increment columns in rows

    One way:

    Put in A1:

    =OFFSET($B$4,,ROWS($A$1:A1)-1)+2

    Copy down
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    FGM <[email protected]> wrote in message
    news:[email protected]...
    > How do I increment columns into rows in a formula. A1 = b4 + 2, A2 = C4 +

    2,
    > A3 = D4 + 2 etc.
    > Excel XP




  5. #5
    Guest

    Excel Increment columns in rows

    Thanks to all of you.. Wow how fast...
    >-----Original Message-----
    >How do I increment columns into rows in a formula. A1 =

    b4 + 2, A2 = C4 + 2,
    >A3 = D4 + 2 etc.
    >Excel XP
    >.
    >


+ 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