View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default Compare two columns and display value in 3 cloumn

are you looking for sth like this:

=IF(COUNTIF($A$1:$A$100,B1)0,B1,"")



On 12 Gru, 17:19, Raj wrote:
Hi
I have data in Excel Sheet in the following way

A * * * * B * * * *C
123 * *234 *
1 * * * *2
2 * * *123

The data in Column B have to compare the value in Colmun A and if found the
value have to be displayed in Column c
Can you please me regarding htis issue.