PDA

View Full Version : Solved: Matching two sheets help needed



majaro
05-16-2008, 10:38 AM
I need to match what is in column G of the sheet labeled IDX0508 to the sheet Hierarchy Columns Q and R for a match. The data in column G of IDX0508 could be in either column of the sheet Hierarchy.

I would like to have the word ?Match? or ?No Match? appear in column U of the IDX0508 sheet depending on the test results. Spreadsheet attached. Thanks.

Bob Phillips
05-16-2008, 10:55 AM
=IF(ISNA(MATCH(G11,Hierarchy!Q:Q,0)),IF(ISNA(MATCH(G11,Hierarchy!R:R,0)),"No match","Match in R"),"Match in Q")

majaro
05-16-2008, 12:02 PM
Thanks Sid. As usual flawless.

Aussiebear
05-17-2008, 01:54 AM
Hmmm... "Sid"?

Simon Lloyd
05-18-2008, 01:20 AM
See Bob all that time ago i told ya' The Great El Cid!

Bob Phillips
05-18-2008, 03:03 AM
I keep thinking he is referring back to the Sid in the British Gas advert.

majaro
05-20-2008, 07:58 AM
First of all my apologies Bob. I need to alter the formulat you gave me to instead of placing the words match or no match in the cell, i need to put the actual value of the cell. So instead of match put the value of the cell beig matched. Thanks BOB!! :hi: