+ Reply to Thread
Results 1 to 7 of 7

Grab data from one workbook and copy to report style workbook

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Grab data from one workbook and copy to report style workbook

    You could use INDEX and MATCH
    For example:
    B1= Lookup Criteria
    Array of Data: A3:C7
    Social Security Data: C3:C7

    =INDEX(A3:C7,MATCH(B1,C3:C7),1)

    =INDEX(A3:C7,MATCH(B1,C3:C7),1) would return first name
    =INDEX(A3:C7,MATCH(B1,C3:C7),2) would return last name

    An example is attached
    Attached Files Attached Files
    Click on star (*) below if this helps

+ 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