+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Return a value from another worksheet

Hybrid View

  1. #1
    Registered User
    Join Date
    08-28-2009
    Location
    Kansas
    MS-Off Ver
    Excel 2003
    Posts
    6

    Return a value from another worksheet

    EXCEL 2007 -in the same workbook but on a different worksheet I want to return a value - example if column A = RVDB and column B = 2/1/2010 - I want the fomula to return the value of the cell 5.33

    Example
    Worksheet name TGT
    Column A - Org
    Column B - Date
    Column C - Target

    A B C
    1 RVDB 1/1/2010 4.55
    2 RVDB 2/1/2010 5.33
    3 RVJJ 1/1/2010 4.22
    4 RVJJ 2/1/2010 3.39
    Last edited by NMJones; 01-21-2011 at 02:04 PM. Reason: add excell version 2001

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

    Re: Return a value from another worksheet

    Try:

    =SUMPRODUCT(--(TGT!$A$1:$A$100=A1),--(TGT!$B$1:$B$100=B1),$C$1:$C$100)

    adjust ranges to suit, but don't use whole column references and keep to a mimimum, then copy down

    Where A1 and B1 contain the lookup values to find in sheet TGT range A1:A100 and B1:B100
    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.

+ 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