advance filter

  1. T

    Vba Code Combobox Lookup and Return all Value not jus the First value.

    I Have 2 Comboboxs, the first Combobox 1 choose the Product from a list of products, when the product is selected. it lookup a range (for example from sheet 2 H4:G1500) it then match all products that match the First combobox value and return all value from the second column of the range and...
  2. E

    VBA Advanced Filter Criteria Range needs to exclude some values

    Hi All, Please refer to table down the bottom of the post. I got VBA code to apply advance filter to column B so I get only the UNIQUE VALUES and I can copy them elsewhere. My problem is that I need to exclude the values on B that correspond to “cost centre A” from column A. Im currently...
  3. T

    Problem in Advance Filter

    Using this data table I need to extract the records whoes course fees 12000 between 15000 using advance filter. <colgroup><col><col><col><col span="4"><col></colgroup><tbody> Last Name Course Course Fees Marks Grade Rank Discount New Course Fees Gayani CAA 12500 25 10 312.50 12187.50...
  4. S

    Flag or Delete a line from Sheet 1 if a wildcard search matches from an Exclude list of words in sheet 2

    SITUATION: I am using Excel 2007 on a Windows 7 Professional environment. I have a list of about 30,000 URLS (from a proxy log) Desired Results: I need to (somehow - I don't care how) search through the column of data on sheet 1 and compare it to a list of Exclude Words on sheet 2. The sheet 2...
  5. C

    Propagating a Userform Listbox with an Advanced Filter

    This was done on 2010 / w7, but my target is 2003 /w7. My program is operational but not elegant. So I decided to work things into it as I learn more. I like Pivot Tables but love Advance Filters. However, one of the primary uses for Advance Filters in my application would be to propagate...
  6. E

    Interesting - Send gifts to members :)

    Hi everyone I would like to seek your help in doing a macro. I have four sheets: The first one is a list of all members and their score. Sheet 2 is populated as users fill a optin form on our website. They'll be registering for a free gift which will be sent to them on scoring more than 100...
  7. T

    How to Fix this issue: Remove Duplicates

    Hello all, I want to remove duplicates from my worksheet which is looking something like this:- Sajjad Ali <table style="font-family:Arial,Arial; font-size:10pt; background-color:#ffffff; padding-left:2pt; padding-right:2pt; " border="1" cellpadding="0" cellspacing="0"> <colgroup><col...
  8. E

    Advanced filter with a pivot table

    Hi folks. I have a table with about 52 fields, columns A thru EV. What I'd like to do is do an advanced filter like: If column D="O" AND (column I is blank OR column N is blank OR column BD is blank) then display the record. I'm a pivot table novice. I'm not sure if I'm making this more...
  9. S

    Advanced Filter by mouse click

    Hi, I'm new to VB and have copied a command which auto filters values on a separate worksheet ("Unique Acc"). This is trigerred by a drop down selection - change in value in a separate worksheet (SRA 1). In the "SRA 1" worksheet, the command I have is: Private Sub Worksheet_Change(ByVal...
  10. D

    Filter Out Duplicate Info Onto a different Sheet

    I'm using MS Excel 2000. Is there any way I can use autofilter and data validation list to sort and filter information (from a different sheet from other than orginal) and dynamically update and display it on another? Scenario: I have three sheets, one called Dashboard, Summary of All, and...
  11. G

    Advanced Filter Help

    Hi I've been inputting data into a spreadsheet of peoples equitment, I've got multiple of people giving them to me, My problem is i'm trying to find an advance filter which will make it just show up the most newest of the persons equitment. my Spreadsheet is laid out id number -...
  12. J

    Pasting filtered data from one worksheet to another

    My form makes sure all data is not filtered upon opening and closing. I use a listbox6 to populate textbox1. Then textbox1 is used to filter worksheet(Part). However, I am unsuccessful in pasting the filtered data from worksheet(Part) to worksheet(FilterPaste). I could really use some help...
  13. X

    Count records filtered by advanced filter

    Hello I would like to count the records obtained after applying advanced filter. Here is my advanced filter query but I have no clue about how to count the filtered rows. No luck with google either :( Cells.Select Worksheets(1).Range("A1:Z101").AdvancedFilter Action:=xlFilterInPlace...
  14. M

    two cells to trigger advance filter

    I am a novice currently using the following macro to filter an inventory database to find items in excel 2007. It triggers the filter to work if cell a2 is changed. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$2" Then ' Range("A3:G7951").AdvancedFilter...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top