+ Reply to Thread
Results 1 to 6 of 6

Reference a row in a column?

  1. #1
    Registered User
    Join Date
    05-29-2012
    Location
    Birmingham, AL
    MS-Off Ver
    Office 2016
    Posts
    8

    Reference a row in a column?

    In my attachment, I need to reference Row 5 on 'All Accounts' and show the results of those formulas in Column E of 'Account Listing'

    So that if I change anything throughout the other sheets the formulas will take over, and I won't have to adjust anything on 'Account Listing'

    If this isn't an "easy fix" then I can just copy, past values only, then transpose them in the column. But, if it's pretty easy, I'd like to have them reference correctly so I don't have to do that every time we change something.

    Any help is greatly appreciated. And yes, I'm quite ashamed that I don't know how to do this.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: Reference a row in a column?

    see if this is what you want? copy this into Accounts C6, and copy down...

    =INDEX('All Accounts'!$F$2:$FS$5,4,MATCH(Accounts!A6,'All Accounts'!$F$2:$FS$2,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-14-2013
    Location
    Austin, Texas
    MS-Off Ver
    Excel 2003/2010
    Posts
    17

    Re: Reference a row in a column?

    When you say row 5, do you mean D5? or F5? or both?

    You can always use named Ranges... that you can use in any cell... i.e. If your used "total" as a named range for D5 then you could use something like:
    Please Login or Register  to view this content.
    Or something along those lines... I think that is what you are looking for but not 100% sure.

  4. #4
    Registered User
    Join Date
    05-29-2012
    Location
    Birmingham, AL
    MS-Off Ver
    Office 2016
    Posts
    8

    Re: Reference a row in a column?

    You just made my day. That works perfectly. It does exactly what I want it to do. It may look very simple to you, but I just couldn't make anything work. Thank you so much for doing that for me. I really appreciate it.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: Reference a row in a column?

    Which 1 worked for you?

  6. #6
    Registered User
    Join Date
    05-29-2012
    Location
    Birmingham, AL
    MS-Off Ver
    Office 2016
    Posts
    8

    Re: Reference a row in a column?

    FDibbins' formula did it. It didn't work when I pasted it, so I typed it. It was just a sheet name that it didn't recognize. I think you left off "Listing" in 'Account Listing'. Works perfectly though. Here's the formula as I have it.

    =INDEX('All Accounts'!$F$2:$FS$5,4,MATCH('Account Listing'!A6,'All Accounts'!$F$2:$FS$2,0))

    And thanks again.

+ 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. Replies: 5
    Last Post: 09-21-2012, 02:08 PM
  2. Replies: 7
    Last Post: 04-20-2010, 04:28 PM
  3. Replies: 1
    Last Post: 02-03-2006, 12:00 PM
  4. [SOLVED] Row reference increment but preserve column reference
    By Pwanda in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2005, 09:06 AM
  5. Macro to Reference Column Next to Current Reference
    By dolphinv4 in forum Excel General
    Replies: 2
    Last Post: 04-11-2005, 04:06 AM

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