Results 1 to 3 of 3

Using INDEX and MATCH

Threaded View

estein Using INDEX and MATCH 06-25-2009, 06:25 PM
Richard Buttrey Re: Using INDEX and MATCH 06-25-2009, 06:30 PM
estein Re: Using INDEX and MATCH 06-25-2009, 07:37 PM
  1. #1
    Registered User
    Join Date
    06-25-2009
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Using INDEX and MATCH

    Hello everyone, I have two active worksheets. The first one is called 'Chart' and the second is 'Values'.

    I have three columns of data. I would like to look in the first two, and return a value in the third.


    =INDEX(Values!$C$1:$C$299,MATCH(Values!$D$1:$D$299,LEFT(Chart!A1:A16091,6)&" "&LEFT(Chart!C1:C16091,2)),0)

    Values!$C$1:$C$299 => Result Matrix

    Values!$D$1:$D$299 => Result of the concatenation of Column 1 with Column 2. So the result is like Column1_Space_Column2

    LEFT(Chart!A1:A16091,6) => Cloumn1

    LEFT(Chart!C1:C16091,2) => Cloumn2

    I suspect that I am doing something wrong in the highlighted area. Any help is appreciated.
    Last edited by estein; 06-25-2009 at 07:54 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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