+ Reply to Thread
Results 1 to 4 of 4

R1C1 vs A1: Add to column "A + 1"?

  1. #1
    Forum Contributor beeawwb's Avatar
    Join Date
    01-04-2004
    Location
    Perth, WA, Australia
    MS-Off Ver
    Microsoft Office Excel 2003 (11.8146.8221) SP2
    Posts
    105

    R1C1 vs A1: Add to column "A + 1"?

    Hi all,

    Just wondering. Is it possible to "add" to a letter, in the way you would with R1C1 style formulas?

    I've always worked with LetterNumber style formulas, but I'm trying to add another iteration to a formula and while I can add to the row, I can't increase the column. I mean, you can't exactly say "Q+1" ... or can you?

    Edit: I should mention, the formula I'm currently working with is...
    Please Login or Register  to view this content.
    ...I'm trying to make it so that on the next loop through (I'm copying the formula into multiple columns) Q3:QLastRow will be R3:RLastRow, and so on until the Do...Until loop closes. (The loop uses "loopcount" as an interation counter, so effectively it would be Q + "loopcount" iterations)

    Thanks in advance,
    Bob
    Last edited by beeawwb; 05-25-2008 at 08:44 PM. Reason: Editing title and code

  2. #2
    Valued Forum Contributor
    Join Date
    10-15-2007
    Location
    Home
    MS-Off Ver
    Office 2010, W10
    Posts
    373
    Hi Bob

    Please notice that the vba help on the FormulaArray property is very clear: You should NOT use A1 notation (check it).

    From the help:
    If you use this property to enter an array formula, the formula must use the R1C1 reference style, not the A1 reference style

    Remark: If you use the A1 notation it may also work sometimes, however other times you'll get errors.

  3. #3
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Bob

    You can convert the cell reference to an alpha.

    Column Q is 17. So if your loop counter was 3, then you want to get the alpha representation of column 20.

    Please Login or Register  to view this content.
    HTH

    rylo

  4. #4
    Forum Contributor beeawwb's Avatar
    Join Date
    01-04-2004
    Location
    Perth, WA, Australia
    MS-Off Ver
    Microsoft Office Excel 2003 (11.8146.8221) SP2
    Posts
    105
    Hi Rylo,

    Thanks for the formula, I knew there had to be some way to do it. However, after lecxe's post, I've started thinking I really should just bite the bullet and start teaching myself to think in R1C1.

    I've rewritten my formulas to be R1C1 based, and they work great. Just took a bit of extra thought for my brain to say "Ok, so the brackets go here..."

    Please Login or Register  to view this content.
    Thanks again!

    Bob

+ 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