+ Reply to Thread
Results 1 to 2 of 2

Formulas with Referenced Cells

  1. #1
    Registered User
    Join Date
    05-13-2008
    Posts
    2

    Formulas with Referenced Cells

    Using Excel 2003.

    So, I want to reference a cell from another worksheet/excel file.

    The specifics of it is that I want to reference every x numbered cell. Example:
    =Worksheet1!A3
    =Worksheet1!A10
    =Worksheet1!A17

    However, when I try to drag and auto-fill the other cells, Excel makes a tantrum and outputs:
    =Worksheet1!A3
    =Worksheet1!A10
    =Worksheet1!A17
    =Worksheet1!A6
    =Worksheet1!A13
    =Worksheet1!A20
    =Worksheet1!A9
    =Worksheet1!A16
    =Worksheet1!A23
    =Worksheet1!A12
    =Worksheet1!A19
    =Worksheet1!A26

    I want to get it to output 24, 31, 38, etc.

    Is there a workaround for this without using macros/VBA?

    I have tried using $ but that still ends up doing the same thing.

    Thanks in advance!

  2. #2
    Registered User
    Join Date
    05-13-2008
    Posts
    2
    Hello all,

    Thanks to another user on another forum, he suggested using the formula:

    =OFFSET(Sheet2!A3,6*(ROW()-1)-7*(ROW(D$1)-1),0)

    Where Row(D$1) = the starting row of the formula.

    However, I cannot figure out how the math works out in the formula. Can someone please explain it to me?

    Thank you in advance.

+ 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