+ Reply to Thread
Results 1 to 2 of 2

Increment Cell Value - Reference On Another Sheet/Cell

Hybrid View

  1. #1
    Registered User
    Join Date
    08-05-2010
    Location
    Vancouver, BC
    MS-Off Ver
    Excel 2007
    Posts
    1

    Increment Cell Value - Reference On Another Sheet/Cell

    Hi,

    I have one file with multiple worksheets in it.

    Worksheet A provides several columns that references values in another worksheet in the same file.

    So worksheet A has:

    ROW1 - DATE, VAL1, VAL2, VAL3 etc.,
    ROW2 - DATE, VAL1, VAL2, VAL3 etc.,
    ROW3 - DATE, VAL1, VAL2, VAL3 etc.,

    Row 1, Column 2 (VAL1) in this worksheet would reference SHEET2!B1
    Row 2, Column 2 (VAL1) in this worksheet would reference SHEET2!B12
    Row 3, Column 2 (VAL1) in this worksheet would reference SHEET2!B23

    How can I copy the reference so that it automatically increments for every 11th row?

    So if I copy what is in COLUMN 2 ROW 3 of the main sheet to COLUMN 2 ROW 4 it automatically displays the contents of SHEET2!B34?

    If I do SHEET2!B23+11 I get the value in that cell, plus 11. Not what I want.

    Right now I do this manually - too tedious.

    Any help is appreciated.

    Thanks,

    M

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Increment Cell Value - Reference On Another Sheet/Cell

    =INDIRECT("sheet2!b"&ROW(A1)*11-10)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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