Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default custom autofilter in excel

i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default custom autofilter in excel

see the website http://www.contextures.com/tiptech.html about the tips
on advanced filter
"custom autofilter in excel дµÀ£º
"
i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default custom autofilter in excel

Another option is to add a column to your table, and check for the
values in a list. Then filter the new column for TRUE.

For example, list the values in cell M1:M5
In the new column of the table, in row 2, enter the formula:
=COUNTIF($M$1:$M$10,E2)0
Copy the formula to the last row of data
Filter that column for TRUE

custom autofilter in excel wrote:
i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default custom autofilter in excel

thanks all for the replies but what i meant is , for e.g.
i have 1 column with values, 'abc', 'def', 'ghi', 'jkl' and 'mno' in
multiple rows but in ONE column and then i wanted to find out how many rows
do, for e.g. 'abc', 'ghi' and 'mno' has occupied, is it possible?
please let me know the steps n if it is possible in excel......

"custom autofilter in excel" wrote:

i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default custom autofilter in excel

You could use a pivot table to summarize the data. Add the column with
letter values to the row area, and another copy of the column to the
data area, where it will appear as Count of value.

There are pivot table instructions and links he

http://www.contextures.com/xlPivot01.html

custom autofilter in excel wrote:
thanks all for the replies but what i meant is , for e.g.
i have 1 column with values, 'abc', 'def', 'ghi', 'jkl' and 'mno' in
multiple rows but in ONE column and then i wanted to find out how many rows
do, for e.g. 'abc', 'ghi' and 'mno' has occupied, is it possible?
please let me know the steps n if it is possible in excel......

"custom autofilter in excel" wrote:


i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default custom autofilter in excel

thank u so much for the info
but what i really wanted is just a simple way to filter out my desired
values, is being put in which row, that is all, i do not want to create
another table for this, for e.g. just show the rows that has the values
'abc', 'ghi' and 'mno'. Is there any other simpler way to achieve this?

"Debra Dalgleish" wrote:

You could use a pivot table to summarize the data. Add the column with
letter values to the row area, and another copy of the column to the
data area, where it will appear as Count of value.

There are pivot table instructions and links he

http://www.contextures.com/xlPivot01.html

custom autofilter in excel wrote:
thanks all for the replies but what i meant is , for e.g.
i have 1 column with values, 'abc', 'def', 'ghi', 'jkl' and 'mno' in
multiple rows but in ONE column and then i wanted to find out how many rows
do, for e.g. 'abc', 'ghi' and 'mno' has occupied, is it possible?
please let me know the steps n if it is possible in excel......

"custom autofilter in excel" wrote:


i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default custom autofilter in excel

With a Custom AutoFilter, you can only enter two criteria. I previously
suggested adding a column to your table, and filtering on that column.
Did you try that?

custom autofilter in excel wrote:
thank u so much for the info
but what i really wanted is just a simple way to filter out my desired
values, is being put in which row, that is all, i do not want to create
another table for this, for e.g. just show the rows that has the values
'abc', 'ghi' and 'mno'. Is there any other simpler way to achieve this?

"Debra Dalgleish" wrote:


You could use a pivot table to summarize the data. Add the column with
letter values to the row area, and another copy of the column to the
data area, where it will appear as Count of value.

There are pivot table instructions and links he

http://www.contextures.com/xlPivot01.html

custom autofilter in excel wrote:

thanks all for the replies but what i meant is , for e.g.
i have 1 column with values, 'abc', 'def', 'ghi', 'jkl' and 'mno' in
multiple rows but in ONE column and then i wanted to find out how many rows
do, for e.g. 'abc', 'ghi' and 'mno' has occupied, is it possible?
please let me know the steps n if it is possible in excel......

"custom autofilter in excel" wrote:



i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default custom autofilter in excel

i do not need the COUNT(how many times the value is re-curring) instead i
need it to display rows of values (on which row specifically) for e.g. if
'abc' is on row 1 and 3, 'def' is on row 2 and 4, and 'ghi' is on row 6, so
when i query for values 'abc','def' and 'ghi', it will appear the rows :
1,2,3,4 and 6 with data in it

"Debra Dalgleish" wrote:

With a Custom AutoFilter, you can only enter two criteria. I previously
suggested adding a column to your table, and filtering on that column.
Did you try that?

custom autofilter in excel wrote:
thank u so much for the info
but what i really wanted is just a simple way to filter out my desired
values, is being put in which row, that is all, i do not want to create
another table for this, for e.g. just show the rows that has the values
'abc', 'ghi' and 'mno'. Is there any other simpler way to achieve this?

"Debra Dalgleish" wrote:


You could use a pivot table to summarize the data. Add the column with
letter values to the row area, and another copy of the column to the
data area, where it will appear as Count of value.

There are pivot table instructions and links he

http://www.contextures.com/xlPivot01.html

custom autofilter in excel wrote:

thanks all for the replies but what i meant is , for e.g.
i have 1 column with values, 'abc', 'def', 'ghi', 'jkl' and 'mno' in
multiple rows but in ONE column and then i wanted to find out how many rows
do, for e.g. 'abc', 'ghi' and 'mno' has occupied, is it possible?
please let me know the steps n if it is possible in excel......

"custom autofilter in excel" wrote:



i need to filter multiple values (more than two, they are alphabets) in ONE
column ONLY in Custom AutoFilter.
Please help soon.
thanks.


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel 2007 Custom Error Bars BuzzinHornet Excel Discussion (Misc queries) 4 June 14th 06 10:47 PM
custom size (page size) missing in excel 2003 Donald Borja Setting up and Configuration of Excel 1 May 22nd 06 10:53 AM
Frozen panes in Excel should stay put when using autofilter. stuckfly Excel Discussion (Misc queries) 8 March 10th 06 06:18 PM
Using AutoFilter In Excel, I can't get Excel to recalculate only . Sheryl Excel Discussion (Misc queries) 3 December 8th 04 09:17 PM


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