#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,560
Default FILTERING

DISPLAYING ALL THE ROWS WHERE THE COLUMN VALUE IS EQUAL TO 1 OR 2 OR 2 OR 4
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default FILTERING

This is not a very good way to ask a question. Do not type all in
capitals - this is regarded as shouting and is considered rude, as
well as being difficult to read. Also, you do not give specific
details of your data, so any answer will have to make assumptions.

Introduce this formula in a helper column:

=OR(A2=1,A2=2,A2=4)

This assumes that the column you are interested in is column A, so
change the references to suit your data, and it will return either
TRUE or FALSE. Then copy the formula down, and then you can apply
autfilter to this helper column, selecting TRUE from the filter drop-
down.

Hope this helps.

Pete

On Jul 19, 9:08*am, DAVID wrote:
DISPLAYING ALL THE ROWS WHERE THE COLUMN VALUE IS EQUAL TO 1 OR 2 OR 2 OR 4


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
filtering jamesr New Users to Excel 4 January 31st 08 09:33 PM
Filtering jfg Excel Discussion (Misc queries) 2 June 14th 07 06:46 AM
filtering coconutt Excel Discussion (Misc queries) 1 February 8th 06 05:59 PM
trouble filtering a list. Why isn't column filtering? Pat Excel Worksheet Functions 1 July 18th 05 03:30 PM
filtering dave glynn Excel Discussion (Misc queries) 6 April 25th 05 05:55 PM


All times are GMT +1. The time now is 09:25 PM.

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"