+ Reply to Thread
Results 1 to 7 of 7

Referncing a Cell using a formula

Hybrid View

  1. #1
    Registered User
    Join Date
    04-07-2004
    Posts
    11

    Smile Referncing a Cell using a formula

    Hi,

    I want to be able to enter a formula that will reference a cell based on the cell reference of another cell, i.e. every 7th cell contains the value I require, i want to show these in consecutive cells in a seperate table without directly referencing each of the cell individually, so the result will be

    b20 = b2
    c20 = I2
    d20 = P2
    e20 = w2

    and so on and so forth......

    Thanks,

    Martin

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =INDEX($B$2:$W$2,7*(COLUMNS($A$1:A1)-1)+1)


    Where $B$2:$W$2 is your entire range to pull from...adjust as necessary and then copy formula across to extract every 7th value.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    04-07-2004
    Posts
    11

    I am trying

    Hi - I have been trying for a couple of weeks to work this out, but I don't understand the forumla well enough to make this adjustment.

    Isn't there a simple way to reference a cell 7-columns to the right of the cell that is currently being referenced by an adjacent cell.

    Maybe this is the simple way and I just haven't worked it out. Thanks for your help so far.

    Martin

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    In the formula I posted, the only thing you should have to adjust is the B2:W2. This is the entire range that would contain the extractable values.

    Perhaps I just misunderstood your initial requirements?

    Can you post a zipped Excel sheet showing what you want to have happen?

  5. #5
    Registered User
    Join Date
    04-07-2004
    Posts
    11
    Hi file attached,

    You can see there is a larger table and I am trying to pull the totals for each month into a summary table below.

    I think you are pretty much spot on, but I am not sure how to adjust the forumal properly.

    Thanks,

    Martin
    Attached Files Attached Files

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    See attached...
    Attached Files Attached Files

+ 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