+ Reply to Thread
Results 1 to 4 of 4

offset using formula

  1. #1
    Registered User
    Join Date
    03-15-2011
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    48

    offset using formula

    I have a spreadsheet where in column A I need it to return the contents of cells from another spreadsheet called PASTE. =PASTE!A133 in A1, =PASTE!A166 in A2, =PASTE!A199 in A3 and so on. How can I do this to be able to easily drag the formula down?
    Got to be simple, but my brain just won't engage this morning.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,416

    Re: offset using formula

    Do it like this in A1:

    =INDEX(PASTE!A:A,100+ROWS($1:1)*33)

    Then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: offset using formula

    OR,

    Try the following in A1:

    =INDIRECT("PASTE!A"&100+33*ROW(A1))

    drag this down the cells.

  4. #4
    Registered User
    Join Date
    03-15-2011
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: offset using formula

    Brilliant ... all working now

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Gone formula blind -cant get OFFSET formula to work
    By dazbear in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2015, 09:07 AM
  2. [SOLVED] Add offset to formula
    By mattress58 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-01-2014, 03:27 PM
  3. function similar to offset to offset the offset
    By Jerseynjphillypa in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-03-2012, 03:07 PM
  4. Offset formula
    By rwl518p in forum Excel General
    Replies: 5
    Last Post: 12-15-2011, 07:42 AM
  5. Reformatting - insert formula with offset, then offset to next cell
    By Armitage2k in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-06-2011, 05:41 AM
  6. Replies: 2
    Last Post: 10-08-2009, 09:51 PM
  7. Replies: 2
    Last Post: 01-03-2006, 05:42 PM

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