Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Raj Raj is offline
external usenet poster
 
Posts: 130
Default Compare two columns and display value in 3 cloumn

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
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.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Compare two columns and display value in 3 cloumn

=If(ISNUMBER(MATCH(B1,A1:A3)),A1,"Not found"
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rearranging rows & Cloumn( Please help me) Dinesh New Users to Excel 2 March 4th 08 03:10 PM
Compare several columns of data and display unique ones [email protected] Excel Discussion (Misc queries) 0 March 13th 07 04:12 PM
I am looking for a imple formula for excel i need Cloumn be to be help Excel Discussion (Misc queries) 9 December 21st 06 12:36 PM
compare two columns and display a third ch90 Excel Discussion (Misc queries) 4 October 13th 05 12:56 PM
Excel Compare values in columns & display missing values in a new cpetta Excel Discussion (Misc queries) 1 April 2nd 05 05:51 AM


All times are GMT +1. The time now is 05:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"