Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default how to filter spreadsheet by multiple variables?

I know I can use autofilter to find certain criteria that exist in
rows within the same column. Is it possible to sort by mutiple
variables, like 2 or 10? Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how to filter spreadsheet by multiple variables?

.. Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?


Use helper col to flag it, then autofilter on the helper
Eg if data in A2 down,
you could place this in B2:
= -- ISNUMBER(MATCH(A2,{"b";"c";"j";"p";"x"},0))
Copy B2 down to the last row of data in col A,
then just autofilter on the col B, selecting: 1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Joe" wrote in message
...
I know I can use autofilter to find certain criteria that exist in
rows within the same column. Is it possible to sort by mutiple
variables, like 2 or 10? Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default how to filter spreadsheet by multiple variables?

On Mar 14, 1:44 am, "Max" wrote:
.. Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?


Use helper col to flag it, then autofilter on the helper
Eg if data in A2 down,
you could place this in B2:
= -- ISNUMBER(MATCH(A2,{"b";"c";"j";"p";"x"},0))
Copy B2 down to the last row of data in col A,
then just autofilter on the col B, selecting: 1
--
Max
Singaporehttp://savefile.com/projects/236895
xdemechanik
---"Joe" wrote in message

...

I know I can use autofilter to find certain criteria that exist in
rows within the same column. Is it possible to sort by mutiple
variables, like 2 or 10? Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?


Wow, that works great Max, and so simple - my favorite kind of
solution, thanks!
  #4   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default how to filter spreadsheet by multiple variables?

On Mar 14, 1:44 am, "Max" wrote:
.. Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?


Use helper col to flag it, then autofilter on the helper
Eg if data in A2 down,
you could place this in B2:
= -- ISNUMBER(MATCH(A2,{"b";"c";"j";"p";"x"},0))
Copy B2 down to the last row of data in col A,
then just autofilter on the col B, selecting: 1
--
Max
Singaporehttp://savefile.com/projects/236895
xdemechanik
---"Joe" wrote in message

...

I know I can use autofilter to find certain criteria that exist in
rows within the same column. Is it possible to sort by mutiple
variables, like 2 or 10? Say I have a column with variables a-z. Is it
possible to filter all the rows with b,c, j, p and x?


one other quick question, is there another way to copy the b2 equation
down the list other than dragging it? It's a very long spreadsheet,
thanks
  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how to filter spreadsheet by multiple variables?

one other quick question, is there another way to copy the b2 equation
down the list other than dragging it? It's a very long spreadsheet,


2 ways
1. If there's no in-between blank cells in col A, just double click on the
fill handle
2. Type the range in the namebox*, eg, type: B2:B10000
Press ENTER, this selects the range with B2 active
Paste the formula into the formula bar,
then just press CTRL+ENTER
*the dropdown just to the left of the formula bar
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---




  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how to filter spreadsheet by multiple variables?

welcome, Joe.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Joe" wrote
Wow, that works great Max, and so simple - my favorite kind of
solution, thanks!



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
Multiple variables-SOS Ang Excel Worksheet Functions 3 April 27th 07 08:24 PM
look for a value with multiple variables Andrea Excel Discussion (Misc queries) 2 January 18th 07 12:24 PM
How do I set up a spreadsheet with 3 different variables chad lyons Excel Discussion (Misc queries) 1 July 16th 06 12:35 AM
Calculating on multiple variables DubboPete Excel Discussion (Misc queries) 1 April 19th 06 05:38 AM
Formula for counting multiple variables in a spreadsheet smorgan Excel Worksheet Functions 6 February 25th 06 05:10 AM


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