Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Filter: one columm different from another

XLS 2007

On a range I applied a filter. Now I want to see only the rows where
column A is different from column B

How do I do this?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Filter: one columm different from another

I'd insert a new column (column C) and use a formula like:

=a2=b2
(and copy down)

Then filter to show the False's.

vsoler wrote:

XLS 2007

On a range I applied a filter. Now I want to see only the rows where
column A is different from column B

How do I do this?

Thank you


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Filter: one columm different from another

On 8 ago, 15:18, Dave Peterson wrote:
I'd insert a new column (column C) and use a formula like:

=a2=b2
(and copy down)

Then filter to show the False's.

vsoler wrote:

XLS 2007


On a range I applied a filter. Now I want to see only the rows where
column A is different from column B


How do I do this?


Thank you


--

Dave Peterson


Thank you Dave, but I am looking for a solution without extra columns,
using just the range that I have and the filters. Do you think that it
is possible to get to the desired result?
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Filter: one columm different from another

You can do it with advanced filter

http://www.contextures.com/xladvfilter02.html#Unmatched


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm




"vsoler" wrote in message ...
On 8 ago, 15:18, Dave Peterson wrote:
I'd insert a new column (column C) and use a formula like:

=a2=b2
(and copy down)

Then filter to show the False's.

vsoler wrote:

XLS 2007


On a range I applied a filter. Now I want to see only the rows where
column A is different from column B


How do I do this?


Thank you


--

Dave Peterson


Thank you Dave, but I am looking for a solution without extra columns,
using just the range that I have and the filters. Do you think that it
is possible to get to the desired result?

  #5   Report Post  
Posted to microsoft.public.excel.misc
MFS MFS is offline
external usenet poster
 
Posts: 36
Default Filter: one columm different from another

Hi,

Insert a new column (column C).

In cell C2 put: =IF(A2=B2,"Yes","No").
Note: you can change Yes (if the result is true) and No (if the result is
false) as you like.

Copy/Dropdown C2 to fill all the data in Column A and B.

Thin sort/filter Column C, now you can check it.

--
MFS22


"vsoler" wrote:

XLS 2007

On a range I applied a filter. Now I want to see only the rows where
column A is different from column B

How do I do this?

Thank you

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
<ASK How to add columm more than the default columm IV johannes Excel Discussion (Misc queries) 3 September 16th 08 06:03 PM
Values on 'y' axis - columm chart type Belcha Charts and Charting in Excel 1 February 21st 07 03:27 PM
What is the formula for adding up *values! in a columm in exell Larry Charts and Charting in Excel 1 October 20th 06 08:30 AM
Columm sums Alex McKenzie Excel Discussion (Misc queries) 2 October 22nd 05 07:23 AM
(macro, formula,...) To Copy columm in various sheet's pmarques Excel Discussion (Misc queries) 0 July 14th 05 12:25 PM


All times are GMT +1. The time now is 03:17 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"