FILTERING

  • Thread starter Thread starter DAVID
  • Start date Start date
D

DAVID

DISPLAYING ALL THE ROWS WHERE THE COLUMN VALUE IS EQUAL TO 1 OR 2 OR 2 OR 4
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top