Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default FILTERING DATA VALUES

Hi;
I'm having problems filtering data based on the values in a column, I can't
seem to get the formula syntax correct. I've given a column of numeric values
a RANGE name and I'm trying to select the numeric values between 2 other
values (eg. = 25 AND <= 95). Can I filter out those values in a column and
if TRUE copy that row of data to another spreadsheet? If not, can I at least
copy the column to another spreadsheet, or even a blank column in the same
spreadsheet? I've tried using the BETWEEN operator and I've tried using the
logic operators < and but keep getting syntax error messages I haven't been
able to resolve. Please help. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default FILTERING DATA VALUES

I am assuming you mean advanced filter, you might want to use autofilter,
select custom and then greater than or equals to 25 AND less than or equal
to 95.


Of course the advanced filter is more powerful, make sure you have a header,
let's say the header is called "Header" and your range is named "MyRange"


you need an AND criteria, assume it starts in F1, so in F1 and G1 put Header
(you need to use it twice since you want an AND condition.)

In F2 put =25 in G2 put <=95

now select the range, do filteradvanced filer and in the list range put
MyRange, in the criteria range put $F$1:$G$2 and click OK

replace Header and MyRange with the actual names you are using



--


Regards,


Peo Sjoblom





"JURBOP" wrote in message
...
Hi;
I'm having problems filtering data based on the values in a column, I
can't
seem to get the formula syntax correct. I've given a column of numeric
values
a RANGE name and I'm trying to select the numeric values between 2 other
values (eg. = 25 AND <= 95). Can I filter out those values in a column
and
if TRUE copy that row of data to another spreadsheet? If not, can I at
least
copy the column to another spreadsheet, or even a blank column in the same
spreadsheet? I've tried using the BETWEEN operator and I've tried using
the
logic operators < and but keep getting syntax error messages I haven't
been
able to resolve. Please help. 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
filtering data to include values only if x and y exist Hans Excel Discussion (Misc queries) 4 November 5th 07 06:51 AM
Filtering out single values (keeping only repeating data) anthonyd Excel Discussion (Misc queries) 3 July 11th 07 08:12 AM
Filtering diverse values [email protected] Excel Worksheet Functions 1 June 7th 07 03:56 PM
filtering on range of values mkrijger Excel Discussion (Misc queries) 1 February 10th 07 02:11 PM
Filtering and replacing values through a macro vic Excel Worksheet Functions 1 January 27th 05 09:53 PM


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