Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PAL PAL is offline
external usenet poster
 
Posts: 200
Default Moving rows with multiple criteria

I have a spreadsheet with many rows and columns (rows will grow over time).
I am interested in filtering one column with multiple criteria (i.e. 50
different values may be possible). Is this possible? If so, how.

Two problems I face is: How do I create the formula w/ multiple values? Is
there a limit. I am also struggling with the concept of dynamic ranges
because the number of rows will increase.

Once I filter this how can I copy this to another sheet?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Moving rows with multiple criteria

I am interested in filtering one column with multiple criteria
(i.e. 50 different values may be possible).


Assuming the 50 diff values are entered into say, F1:F50
Assume the col to be checked is col C, data in C2 down
In D2, copied down: =IF(C2="","",COUNTIF($F$1:$F$50,C2))
Apply autofilter on col D, choose: 1 from the droplist to get the filtered
results. Copy n paste elsewhere as desired.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads: 15,500, Files: 352, Subscribers: 53
xdemechanik
---
"PAL" wrote:
I have a spreadsheet with many rows and columns (rows will grow over time).
I am interested in filtering one column with multiple criteria (i.e. 50
different values may be possible). Is this possible? If so, how.

Two problems I face is: How do I create the formula w/ multiple values? Is
there a limit. I am also struggling with the concept of dynamic ranges
because the number of rows will increase.

Once I filter this how can I copy this to another sheet?

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
Counting characters in multiple rows when rows meet specific criteria news.virginmedia.com Excel Worksheet Functions 3 June 28th 08 09:03 PM
Moving data from multiple rows to single rows Pete Excel Worksheet Functions 5 February 16th 08 01:51 PM
Moving data from multiple rows into a single row GfW Excel Discussion (Misc queries) 3 September 28th 07 06:13 AM
How to retrieve multiple values in multiple rows with one criteria bac Excel Discussion (Misc queries) 2 June 15th 07 08:57 PM
Moving Multiple Rows at one time Lynda M Excel Discussion (Misc queries) 2 October 3rd 05 09:27 PM


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