+ Reply to Thread
Results 1 to 3 of 3

Match two seperate rows to bring back a different cloumn value

  1. #1
    Registered User
    Join Date
    09-29-2008
    Location
    england
    Posts
    40

    Match two seperate rows to bring back a different cloumn value

    Hi,

    I have back data that will renew every month with different accounts and zones. They will have a 'result' every month. I want to match the zone and account for the relevant month and populate the result in a matrix - see attached sheet named front. It needs to pull this from the back data sheet.

    I tried using index and match but couldn't figure it out, any suggestions?
    Attached Files Attached Files
    Last edited by nickymac; 09-08-2011 at 07:07 AM.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Match two seperate rows to bring back a different cloumn value

    Try:

    =LOOKUP(2,1/(('Back Data'!$A$2:$A$16=D$1)*('Back Data'!$B$2:$B$16=$A2)),'Back Data'!$E$2:$E$16)

    In D2 copied across and down.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    09-29-2008
    Location
    england
    Posts
    40

    Re: Match two seperate rows to bring back a different cloumn value

    Brillian, thanks for the quick response!

+ 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