Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Display cells(text) in one column based on cells which are present inother column

hi all
i have a requirement that in my excel i have 2 columns A and B.
column A has some 5 values say they are some names of people.
column B has some 2 values .
Now i want find out the list of column A names which are also present
in column B in a seperate column
any help regarding this would be greatly appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Display cells(text) in one column based on cells which arepresent in other column

Something like this?:

=IF(ISNA(MATCH(A1:B:B,0)),"No","Yes")

Copy this down as required - this will identify (by means of Yes) if
the name in column A can be found anywhere in column B.

Hope this helps.

Pete

On May 12, 11:58*am, wrote:
hi all
*i have a requirement that in my excel i have 2 columns A and B.
column A has some 5 values say they are some names of people.
column B has some 2 values .
Now i want find out the list of column A names which are also present
in column B in a seperate column
any help regarding this would be greatly appreciated


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
Count number of cells and total in one column, based on another column suffix Pierre Excel Worksheet Functions 5 October 31st 07 12:28 AM
adding text to column cell if there's a value present Tim R Excel Discussion (Misc queries) 5 October 24th 07 09:46 AM
Need to parse column data only when text is present Phil Excel Worksheet Functions 0 July 10th 07 08:22 PM
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look [email protected] Excel Discussion (Misc queries) 1 December 27th 06 05:47 PM
SUM/COUNT column(s) based on specific value present within the column markx Excel Worksheet Functions 6 March 22nd 05 10:23 AM


All times are GMT +1. The time now is 02:29 PM.

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"