Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have some data that represents what is below in a column of my spreadsheet:
3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Filtering requires a heading cell on each column.
In your situation, since the range begins in Row_1, the filter declares the Row_1 values to be those headings. Consequently, the first 3125 isn't part of the data range; it's the column heading. To correct your problem, insert a row at the top and put appropriate headings in it. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: I have some data that represents what is below in a column of my spreadsheet: 3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ron, I am sorry I did not give all the data. There is a column header when I
was referring to row numbers I was referring to the data I showed, but the column header is unit. "Ron Coderre" wrote: Filtering requires a heading cell on each column. In your situation, since the range begins in Row_1, the filter declares the Row_1 values to be those headings. Consequently, the first 3125 isn't part of the data range; it's the column heading. To correct your problem, insert a row at the top and put appropriate headings in it. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: I have some data that represents what is below in a column of my spreadsheet: 3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the autofilter, I believe "contains" works on text, not numbers.
Evidently those two values are numeric. If you prepend an apostrophe (') to one of the 3125 values, it should then display when filtered. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: Ron, I am sorry I did not give all the data. There is a column header when I was referring to row numbers I was referring to the data I showed, but the column header is unit. "Ron Coderre" wrote: Filtering requires a heading cell on each column. In your situation, since the range begins in Row_1, the filter declares the Row_1 values to be those headings. Consequently, the first 3125 isn't part of the data range; it's the column heading. To correct your problem, insert a row at the top and put appropriate headings in it. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: I have some data that represents what is below in a column of my spreadsheet: 3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, thanks. Now I have to figure out an easy way to make it work.
"Ron Coderre" wrote: In the autofilter, I believe "contains" works on text, not numbers. Evidently those two values are numeric. If you prepend an apostrophe (') to one of the 3125 values, it should then display when filtered. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: Ron, I am sorry I did not give all the data. There is a column header when I was referring to row numbers I was referring to the data I showed, but the column header is unit. "Ron Coderre" wrote: Filtering requires a heading cell on each column. In your situation, since the range begins in Row_1, the filter declares the Row_1 values to be those headings. Consequently, the first 3125 isn't part of the data range; it's the column heading. To correct your problem, insert a row at the top and put appropriate headings in it. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: I have some data that represents what is below in a column of my spreadsheet: 3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe something like this:
Select the range of cells Then...from the Excel main menu: <data<text to columns Check: Delimited...........Click [Next] UNcheck all checkboxes ....Click [Next] (OR.... Select: Fixed Width....Click [Next] Remove all text breaks....Click [Next]) Set the column format to: Text Click [Finish] Now try the autofilter Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: Yes, thanks. Now I have to figure out an easy way to make it work. "Ron Coderre" wrote: In the autofilter, I believe "contains" works on text, not numbers. Evidently those two values are numeric. If you prepend an apostrophe (') to one of the 3125 values, it should then display when filtered. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: Ron, I am sorry I did not give all the data. There is a column header when I was referring to row numbers I was referring to the data I showed, but the column header is unit. "Ron Coderre" wrote: Filtering requires a heading cell on each column. In your situation, since the range begins in Row_1, the filter declares the Row_1 values to be those headings. Consequently, the first 3125 isn't part of the data range; it's the column heading. To correct your problem, insert a row at the top and put appropriate headings in it. Does that help? *********** Regards, Ron XL2002, WinXP "gboll" wrote: I have some data that represents what is below in a column of my spreadsheet: 3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you could insert a new column and use a formula like:
=""&a2 (where column A contains this info) Then filter on that. gboll wrote: I have some data that represents what is below in a column of my spreadsheet: 3125 3125 3120 3130 3125 3125 3115 3125 I have a filter on my sheet and when I do a custom filter on that column and use contains 3125, I do not get the results in row 1 and 4 above, but just the other ones that have 3125 with another number (rows 2,3, & 5). Am I doing something wrong, or does anyone know why that is happening? Thanks in advance -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Filter question | Excel Worksheet Functions | |||
Filter question | Excel Worksheet Functions | |||
Filter Question | Excel Discussion (Misc queries) | |||
a filter question | Excel Discussion (Misc queries) | |||
filter question | Excel Discussion (Misc queries) |