View Single Post
  #4   Report Post  
Man
 
Posts: n/a
Default

Thanks Max ... formula works perfectly ...thanks a ton !!!

"Max" wrote:

One way ..

Put in the formula bar for C30,
and array-enter, i.e. press CTRL+SHIFT+ENTER:

=IF(ISNA(MATCH(A30&"_"&B30,$A$2:$A$29&"_"&$B$2:$B$ 29,0)),"",INDEX($C$2:$C$29
,MATCH(A30&"_"&B30,$A$2:$A$29&"_"&$B$2:$B$29,0)))

Copy C30 down to C50

Unmatched cases, if any, will return blanks: "" instead of #N/As
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Man" wrote in message
...
In an excel sheet, say we have some set values in A2 to A50 and B2 to B50

and
C2 to C29. Now we need to compare say A30 onwards to cell values A2 to A29
and B30 onwards to B2 to B29 and if both values found then the row in

which
both value found, the value in column C will be the value in the C column

of
cells C30 onwards. Hope this example explains the problem clearly.