LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Filtering Data in Columns

Ok....

The easiest way to do this would be to use a helper column to mark the
matches then apply a filter then copy the filtered data to where you want
it.

Suppose your data is in the range A2:B1000. A1 and B1 are column headers.

Enter this formula in C2 and copy down to C1000:

=(ISNUMBER(MATCH(A2,B$2:B$1000,0)))*ROW()

Now, select cell A1
Goto the menu DataFilterAutoFilter
Click the drop arrow on column C
Select CustomIs greater than
Enter 0 in the box on the right
OK

Select the visible data from column A and copy/paste it to where you want
it.

Then you can remove the filter and delete the formulas from column C.

Biff

"Doug C" wrote in message
...
Thanks for the reply. Lists are part numbers, number of of entries
sometimes
quite long, over 1000 lines. Not sure if Access or Excel has a easy
command
to accomplish.


"T. Valko" wrote:

Does one column have more data than the other? (you only need to check
the
shortest column)

What type of data are we talking about, text, numbers, both?

Biff

"Doug C" wrote in message
...
I would like to compare the values in two columns in a spreadsheet, and
find
the values that are common to both columns, and output those values to
a
new
column.






 
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
Filtering Columns Sher Excel Discussion (Misc queries) 1 December 13th 06 02:32 PM
Filtering Columns to Align Matching Data Casino Guy Excel Worksheet Functions 4 September 15th 05 04:47 AM
Filtering/Subtracting Data with two columns No.limit Excel Discussion (Misc queries) 4 July 11th 05 08:38 PM
Filtering by Columns carl Excel Worksheet Functions 1 May 4th 05 09:01 PM
Filtering Text Data from Multiple columns Brad Excel Worksheet Functions 6 January 1st 05 03:32 PM


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

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

About Us

"It's about Microsoft Excel"