+ Reply to Thread
Results 1 to 2 of 2

Macro cell references

  1. #1
    Registered User
    Join Date
    12-15-2009
    Location
    NC, USA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question Macro cell references

    I'm needing to add cell references going down a column.

    For instance
    =b1+b2
    =b3+b4
    =b5+b6


    Is there a quick way to do this? When you create the first 2 cells, and click the little black dot and drag down, it doesn't work. It adds
    =b1+b2
    =b2+b3

    I need it to add 1,2 and 3,4 and 5,6 not 1,2 2,3 3,4.

    Is there a quick way?

    Thanks ever so much!!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Macro cell references

    Sounds to me as though you would prefer non-VBA if possible... on which basis below are a couple of approaches

    INDEX based

    Please Login or Register  to view this content.
    OFFSET based

    Please Login or Register  to view this content.
    OFFSET though shorter in terms of syntax is unlike INDEX Volatile.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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