+ Reply to Thread
Results 1 to 3 of 3

auto filling question

  1. #1
    Registered User
    Join Date
    06-13-2006
    Posts
    5

    auto filling question

    how could i have something like this

    =a11
    =a11
    =a11
    =a12
    =a12
    =a12
    =a13
    =a13
    =a13
    =a14
    =a14
    =a14
    ....

  2. #2
    Miguel Zapico
    Guest

    RE: auto filling question

    You may use something like:
    =INDIRECT("A" & 10 + INT(ROW()/3))
    If you put this in row 3, it will return the value of cell A11 (10+3/3), and
    dragging the formula down will follow the pattern that you wrote.
    You can change the 10 + INT(ROW()/3) to make it fit your layout.

    Hope this helps,
    Miguel.

    "vincent135" wrote:

    >
    > how could i have something like this
    >
    > =a11
    > =a11
    > =a11
    > =a12
    > =a12
    > =a12
    > =a13
    > =a13
    > =a13
    > =a14
    > =a14
    > =a14
    > ....
    >
    >
    > --
    > vincent135
    > ------------------------------------------------------------------------
    > vincent135's Profile: http://www.excelforum.com/member.php...o&userid=35373
    > View this thread: http://www.excelforum.com/showthread...hreadid=551469
    >
    >


  3. #3
    Registered User
    Join Date
    06-13-2006
    Posts
    5
    thank you very much...it's is really helpful

+ 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