+ Reply to Thread
Results 1 to 3 of 3

Cell Reference + 4 rows

Hybrid View

  1. #1
    Registered User
    Join Date
    03-08-2008
    Posts
    48

    Cell Reference + 4 rows

    Hi all.

    I have a situation where I have the following workbook:

    MasterList: (Tab)
    Every Row: starting at A2 (account number), B2 (account name)

    Summary Sheet: (Tab)
    Row 2 ='MasterList'!A2
    Row 3 Text
    Row 4 Text
    Row 5 Blank
    Row 5 ='MasterList'!A3

    I can't make the formula relative as it pulls Row 5 from the master. Obviously if I make it absolute I have a different issue.

    I need a formula that can be copied down my summary list. Maybe by having another "helper" cell with [4] (the value that I need to subtract from my relative address?

    Thanks!

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    In Summary Sheet, A6, =OFFSET(MasterList!A$2,(ROW()-2)/4,0,1,1). You can drag this across and copy it in every row it's necessary (assuming you have data in every fourth row.

  3. #3
    Registered User
    Join Date
    03-08-2008
    Posts
    48
    Worked perfectly - Thanks!

+ 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