+ Reply to Thread
Results 1 to 2 of 2

Recognizing Patterns

  1. #1
    Registered User
    Join Date
    03-17-2010
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    1

    Recognizing Patterns

    I have a large excel spreadsheet that I would like to condense into two columns single spaced. I would like to pull some letters from a long file name and have them shown on a chart underneath so I wrote (=MID(D3,38,6)) the problem is that I want to reference every fourth line - so my next formula would be (=MID(D7,38,6)). I repeat the same formula three more times using D11, D15, D19 and now I just want to drag the properties down, but excel won't recognize that I want to reference every 4th row. Is there a way to make excel know I want to reference every 4th row?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Recognizing Patterns

    You can use a formula of the form,

    =MID(INDEX(D:D, 4 * ROW() - 1), 38, 6)

    Adjust the highlighted constant to reference D3 in the first instance of the formula.
    Entia non sunt multiplicanda sine necessitate

+ 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