![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
OK, once again my ignorance shows. I wish to filter/copy a list for the value MM1 located in one of the columns. I do not want the filter to display or find MM10, MM11, MM12........MM19. I have tried clicking on unique records only, thats doesn't do it. Is there any way to make what I want happen?
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
Yes, the criteria is just two cells, the first gives the header name and the second the value MM1. the column is up to 10000 cells long and can contain many MM1XX entries but I only want the one, MM1. I am pulling my hair out
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
{"field1","field2"; "MM10","q"; "MM11","s"; "MM1","c"; "MM19","v"} Format row 4 distinctively, eg., in bold and italic. In A2 enter: =A5="MM1" Activate A5. Activate Data|Filter|Advanced Filter. Enter $A$1:$A$2 for "Criteria range". Fill in the rest as it suits. [ This Message was edited by: Aladin Akyurek on 2002-05-08 15:12 ] |
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
Hmmmmm, I dont mean to sound totally ignorant, but what you gave me does not compute in my pea brain. Looks like all greek to me. thank you for trying, though. Guess I will never figure this stuff out.
|
|
|
|
|
|
#7 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
Yes, Aladin, and Mark, that ="=MM1" worked, althought I dont know why
|
|
|
|
|
|
#9 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
Oh, I think I do understand it. The "=MM1" portion says that it is a unique entry and the first = says it must equal that entry exact. would this be correct thinking? Thanks greatly guys for the help
|
|
|
|
|
|
#10 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
BTW, (1) {"field1";"=MM1"} has the same effect as (2) {"";=A5="MM1"} in my formulation of the criteria. The parser for the Advanced Filter interprets (1) as a test for the values under "field1" and (2) as a test for all values in A from A5 on. Aladin |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|