+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Return Column of Information without VLookup

  1. #1
    Registered User
    Join Date
    12-04-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    2

    Return Column of Information without VLookup

    Hi there - first post so forgive me.

    I have a workbook with two sheets - a master and a secondary. What I am looking for is a function or reference that will pull column A information from the master into the secondary, while the only reference point is the column header. The secondary sheet's column A is blank, with the exception of the aforementioned column header, and I'm looking to avoid copy and pasting the information from the master weekly.

    Any ideas? TIA.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Return Column of Information without VLookup

    Any ideas?
    One way:
    1. Create a Dynamic Named Range for the source data in column-A
    2. Use Advanced Filter (no criteria, copy to another location), using the named range as the source.
    3. Automate the Advanced Filter with VBA
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    12-04-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Return Column of Information without VLookup

    thank you x infinity. worked beautifully.

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Return Column of Information without VLookup

    or with INDEX/MATCH

    =INDEX(Sheet1!$A$1:$Z$100,ROW(),MATCH($A$1,Sheet1!$A$1:$Z1,0))

    and copy down. adjust ranges to suit

+ 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