Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I having a little problem with the output from a routine using the advanced
filter. The criteria range is specified as B2:B3 and the values in the criteria range can be: Name or Name ABC A-2 The names can be ABC, ABC-BB, A-2, A-3, B-3, BBB, etc. The problem is I'm getting the the values for ABC and ABC-BB when the specified criteria is ABC. If the specified criteria is ABC-BB I get the values for ABC-BB only; which is what I want. ABC-BB is the only name that has three letters preceeding a hyphen. Can anyone tell me what I'm missing, or need to add to the criteria? Thanks, Raul |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your criteria should be entered as
="=ABC" rather than just ABC -- Regards, Tom Ogilvy "Raul" wrote in message ... I having a little problem with the output from a routine using the advanced filter. The criteria range is specified as B2:B3 and the values in the criteria range can be: Name or Name ABC A-2 The names can be ABC, ABC-BB, A-2, A-3, B-3, BBB, etc. The problem is I'm getting the the values for ABC and ABC-BB when the specified criteria is ABC. If the specified criteria is ABC-BB I get the values for ABC-BB only; which is what I want. ABC-BB is the only name that has three letters preceeding a hyphen. Can anyone tell me what I'm missing, or need to add to the criteria? Thanks, Raul |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
Raul "Tom Ogilvy" wrote: Your criteria should be entered as ="=ABC" rather than just ABC -- Regards, Tom Ogilvy "Raul" wrote in message ... I having a little problem with the output from a routine using the advanced filter. The criteria range is specified as B2:B3 and the values in the criteria range can be: Name or Name ABC A-2 The names can be ABC, ABC-BB, A-2, A-3, B-3, BBB, etc. The problem is I'm getting the the values for ABC and ABC-BB when the specified criteria is ABC. If the specified criteria is ABC-BB I get the values for ABC-BB only; which is what I want. ABC-BB is the only name that has three letters preceeding a hyphen. Can anyone tell me what I'm missing, or need to add to the criteria? Thanks, Raul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advanced filter criteria | Excel Discussion (Misc queries) | |||
Criteria for Advanced Filter HELP | New Users to Excel | |||
Advanced filter criteria | Excel Discussion (Misc queries) | |||
Problem with Advanced Filter Criteria | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |