Ask Your Question
1

Filter out items in column B from column A

asked 2012-07-12 10:01:15 +0200

corx_d_afikolami gravatar image corx_d_afikolami
11 1 2

For example:

A: aaa, bbb, ccc, ddd, eee

B: fff, bbb, eee

How do I filter the data to get something like this:

A: aaa, ccc, ddd

Thanks.

delete close flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
2

answered 2012-07-12 21:50:06 +0200

JohnSUN gravatar image JohnSUN flag of Ukraine
2373 2 23 37
http://wmstrong.ru/

updated 2013-04-25 07:07:02 +0200

This is a very oldest trick.

Step 1. Convert data of filter to row with condition "not equal" Use formula

=TRANSPOSE("<>"&[Range with filter data])

(Complete the enter a formula by pressing Ctrl+Shift+Enter)

Step 2. Repeat the header of data column in each cell under the string of conditions

Step 3. Apply an advanced filter

An animated example of the solution

link delete flag offensive edit

Comments

NB. This trick can be useful only for the case when the values ​​of the filter is less than the number of columns in the worksheet. If these values ​​more, it is better to use a macro. One solution is shown in this discussion.

JohnSUN ( 2012-07-13 08:30:30 +0200 )edit

@JohnSUN, The use of animated GIF is pretty slick! I wish that there were controls or something on there -- The engineer in me would want to write a whole new svg-based format, but my hacker side wonders if there's some extension for firefox that would just provide standard controls for any gif.

qubit ( 2013-01-28 22:47:18 +0200 )edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-07-12 10:01:15 +0200

Seen: 383 times

Last updated: Apr 25