+ Reply to Thread
Results 1 to 2 of 2

Repeat a cell value for a set number of rows

  1. #1
    Registered User
    Join Date
    10-14-2011
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    2

    Repeat a cell value for a set number of rows

    Hi

    I am trying to program excel to take a value from a single row/column (a1) and repeat it in an equation in another row/column (say b1 to b10) for a set number of rows. After this number of rows is met, I would like to take the value from row following (a2) and add it to the range b11 to b20.

    Is there a simple command that does this?

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Repeat a cell value for a set number of rows

    rockb78,

    Give this a try:
    =INDIRECT("A"&INT((ROW()-1)/10)+1)
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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