+ Reply to Thread
Results 1 to 3 of 3

how to maintain relativity in formulas for periodic but constant offsets

  1. #1
    Registered User
    Join Date
    03-11-2011
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    13

    Lightbulb how to maintain relativity in formulas for periodic but constant offsets

    I have 2 worksheets ( 'Sheet1' takes the data from 'sheet2' )

    In sheet1 the data is in cells:-
    A1,B1,C1,.....
    A5,B5,C5,.....
    A10,B10,C10,.....
    .
    .
    .
    and so on...

    It is required that these cells takes the values from sheet2 in the form of a table. i.e.

    'Sheet1' A1 = 'Steet2' A1
    'Sheet1' B1 = 'Steet2' B1
    'Sheet1' C1 = 'Steet2' C1

    'Sheet1' A5 = 'Steet2' A2
    'Sheet1' B5 = 'Steet2' B2
    'Sheet1' C5 = 'Steet2' C2

    'Sheet1' A10 = 'Steet2' A3
    'Sheet1' B10 = 'Steet2' B3
    'Sheet1' C10 = 'Steet2' C3
    .
    .

    and so on.....

    please help how this can be achieved.

    i tried using Offset command ,but was not successful

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: how to maintain relativity in formulas for periodic but constant offsets

    In cell A1 on Sheet1:

    =OFFSET('Sheet2'!A$1,INT(ROW()/5),0)

    Copied across and then on to rows 5, 10 and so on.

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: how to maintain relativity in formulas for periodic but constant offsets

    hi nsr1989, welcome to the forum. an alternative would be:
    =INDEX(Sheet2!A:A,INT(ROW()/5)+1)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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