Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Shereene
 
Posts: n/a
Default Excel AutoFilter Problem

Can someone please help me with this problem I have with Excel autofilter.

I applied an autofilter to a list of data that does not exceed the 1000
items limit, and attempted to filter the data to get a particular item. The
filter did bring up all the items needed, but it also had at the bottom of
the filtered list, another item that was not part of the items to be
filtered, which unfortunately affected my subtotal calculation. Can some one
please advise.

Thanks so much

  #2   Report Post  
bj
 
Posts: n/a
Default

Was the odd item in the range that was filtered?
if not, you may need to change your method for range selection (I have been
burnt by this)

"Shereene" wrote:

Can someone please help me with this problem I have with Excel autofilter.

I applied an autofilter to a list of data that does not exceed the 1000
items limit, and attempted to filter the data to get a particular item. The
filter did bring up all the items needed, but it also had at the bottom of
the filtered list, another item that was not part of the items to be
filtered, which unfortunately affected my subtotal calculation. Can some one
please advise.

Thanks so much

  #3   Report Post  
Shereene
 
Posts: n/a
Default

Hi BJ:

Yes the odd item ended up in the filtered list and as a result it affects
the calculation of the subtotal for the item I wanted filtered . I tried
reselecting the data range by reselecting the column headings as well as
tried selecting only the body of data, but still does not help. Any ideas?

"bj" wrote:

Was the odd item in the range that was filtered?
if not, you may need to change your method for range selection (I have been
burnt by this)

"Shereene" wrote:

Can someone please help me with this problem I have with Excel autofilter.

I applied an autofilter to a list of data that does not exceed the 1000
items limit, and attempted to filter the data to get a particular item. The
filter did bring up all the items needed, but it also had at the bottom of
the filtered list, another item that was not part of the items to be
filtered, which unfortunately affected my subtotal calculation. Can some one
please advise.

Thanks so much

  #4   Report Post  
Shereene
 
Posts: n/a
Default

Hi:

I also realise that when I apply the autofilter to the data, I do not get
the (blanks), (nonblanks) option from the drop-down list. Also if I add a new
entry that has not been in the list before, it does not show up in the
drop-down.
Shereene

"bj" wrote:

Was the odd item in the range that was filtered?
if not, you may need to change your method for range selection (I have been
burnt by this)

"Shereene" wrote:

Can someone please help me with this problem I have with Excel autofilter.

I applied an autofilter to a list of data that does not exceed the 1000
items limit, and attempted to filter the data to get a particular item. The
filter did bring up all the items needed, but it also had at the bottom of
the filtered list, another item that was not part of the items to be
filtered, which unfortunately affected my subtotal calculation. Can some one
please advise.

Thanks so much

  #5   Report Post  
Alan Beban
 
Posts: n/a
Default

I can't reproduce your problem. Perhaps you could indicate it by
describing more fully what happens: i.e., the range to be filltered,
where the blanks are, where the unwanted data is, what you select, where
you add a new entry. You don't need to use the whole range if it's too
large; just enough to illustrate the problem.

Alan Beban

Shereene wrote:
Hi:

I also realise that when I apply the autofilter to the data, I do not get
the (blanks), (nonblanks) option from the drop-down list. Also if I add a new
entry that has not been in the list before, it does not show up in the
drop-down.
Shereene

"bj" wrote:


Was the odd item in the range that was filtered?
if not, you may need to change your method for range selection (I have been
burnt by this)

"Shereene" wrote:


Can someone please help me with this problem I have with Excel autofilter.

I applied an autofilter to a list of data that does not exceed the 1000
items limit, and attempted to filter the data to get a particular item. The
filter did bring up all the items needed, but it also had at the bottom of
the filtered list, another item that was not part of the items to be
filtered, which unfortunately affected my subtotal calculation. Can some one
please advise.

Thanks so much



  #6   Report Post  
Shereene
 
Posts: n/a
Default

Hi Alan:

This is an example of part of the sheet with items based on date of
requistion:

Item Code Item Description
BlkCart Black Cartridges
ColCart Coloured Cartridges
BlkCart Black Cartridges
ColCart Coloured Cartridges
BlkCart Black Cartridges
ColCart Coloured Cartridges
BlkCart Black Cartridges
BlkCart Black Cartridges
Nylon Balls of Nylon

If I filter for Black Cartridges, i get all the items but I also get Balls
of Nylon at the bottom of the filtered list. It appears as if the last item
in the list gets thrown in with the filtered data. As the ex. shows I only
have one entry for Nylon, but it does not show up in the AutoFilter drop-down
list. Neither does the (Blanks) and (NonBlanks) option. I selected the data
range first by just clinking in the headings for the data, then I tried again
by selecting the entire columns, and it still does not work.
There are no blanks within the data records, only the empty rows below.

I do have a couple VLOOKUP formulas and I add new entry either directly or
using a data form. I also have a couple macros to automatically open the
dataform and the filter.

Shereene

Thanks so much for taking the time.

"Alan Beban" wrote:

I can't reproduce your problem. Perhaps you could indicate it by
describing more fully what happens: i.e., the range to be filltered,
where the blanks are, where the unwanted data is, what you select, where
you add a new entry. You don't need to use the whole range if it's too
large; just enough to illustrate the problem.

Alan Beban


  #7   Report Post  
Dave Peterson
 
Posts: n/a
Default

I always put a blank row between my data and any other stuff on that worksheet.

And when I wanted to do filtering, I'd select my range first (excluding that
blank row and all the stuff under it).

Maybe it's as simple as adding that blank row (and removing and reapplying the
filter)????



Shereene wrote:

Hi Alan:

This is an example of part of the sheet with items based on date of
requistion:

Item Code Item Description
BlkCart Black Cartridges
ColCart Coloured Cartridges
BlkCart Black Cartridges
ColCart Coloured Cartridges
BlkCart Black Cartridges
ColCart Coloured Cartridges
BlkCart Black Cartridges
BlkCart Black Cartridges
Nylon Balls of Nylon

If I filter for Black Cartridges, i get all the items but I also get Balls
of Nylon at the bottom of the filtered list. It appears as if the last item
in the list gets thrown in with the filtered data. As the ex. shows I only
have one entry for Nylon, but it does not show up in the AutoFilter drop-down
list. Neither does the (Blanks) and (NonBlanks) option. I selected the data
range first by just clinking in the headings for the data, then I tried again
by selecting the entire columns, and it still does not work.
There are no blanks within the data records, only the empty rows below.

I do have a couple VLOOKUP formulas and I add new entry either directly or
using a data form. I also have a couple macros to automatically open the
dataform and the filter.

Shereene

Thanks so much for taking the time.

"Alan Beban" wrote:

I can't reproduce your problem. Perhaps you could indicate it by
describing more fully what happens: i.e., the range to be filltered,
where the blanks are, where the unwanted data is, what you select, where
you add a new entry. You don't need to use the whole range if it's too
large; just enough to illustrate the problem.

Alan Beban


--

Dave Peterson
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
Strange Excel Problem RodShaw2 Setting up and Configuration of Excel 2 July 5th 05 02:19 PM
Strange Excel problem RodShaw2 Setting up and Configuration of Excel 2 July 5th 05 02:04 PM
Problem using excel workbook in word mailmerge Ellen Excel Discussion (Misc queries) 3 May 3rd 05 08:04 PM
Excel problem with web based spreadsheets Steve Williams Excel Discussion (Misc queries) 0 January 12th 05 02:11 PM
Staring Excel Problem Everton Excel Discussion (Misc queries) 1 November 26th 04 09:22 PM


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