Match the Cell From Two Different Columns

N

Nasir Naqvi

Hi,

How can we match/lookup cell value / variable from "A" cloumn with "B" column. The match value come on "C" column otherwise its FALSE

For Example

A B C
RB123 RB127 RB127
RB124 RB128 RB128
RB125 RB129 FALSE
RB126 RB130 FALSE
RB127 RB131 FALSE
RB128 RB132 FALSE



EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
T

T. Valko

Enter this in C1 and copy down as needed:

=IF(ISNUMBER(MATCH(B1,A$1:A$6,0)),B1)

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top