+ Reply to Thread
Results 1 to 3 of 3

Excel refers to the wrong cells

  1. #1
    Registered User
    Join Date
    07-05-2009
    Location
    Belgium
    MS-Off Ver
    Excel 2003
    Posts
    4

    Excel refers to the wrong cells

    Hi, I have a question.
    I`m trying to make a column wich refers to other values in another column, but when I try to extend the column (with the black cross at the bottom right). It gives mee the wrong values.

    Example: D is the column that I tried to make. I typed the first three values in column D en then I extended it. But instead of giving me A13 A17 A21 it gives me A4 A8 A12. How can I fix this?
    ....A....B....C....D....E....F....G....H
    1 X_________=A1
    2 Y_________=A5
    3 Y_________=A9
    4 Y_________=A4
    5 X_________ =A8
    6 Y_________=A12
    7 Y
    8 Y
    9 X
    10 Y
    11 Y
    12 Y
    13 X
    14 Y
    15 Y
    16 Y

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Excel refers to the wrong cells

    use INDEX

    D1: =INDEX(A:A;1+4*(ROWS(D$1:D1)-1))
    copied down
    Last edited by DonkeyOte; 11-05-2009 at 03:14 PM. Reason: changed delimiter given OP locale

  3. #3
    Registered User
    Join Date
    07-05-2009
    Location
    Belgium
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Excel refers to the wrong cells

    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