filter advance criteria

  1. J

    How can I make filter on a column to see only character values in VBA?

    I want to make a filter to see rows that contain any chracter. For example, column A contains 124124, 4231, R2341, RRR Then I would like to see R2341, RRR from column A. Is there any way to filter only on character string? Thanks!
  2. K

    Applying filter of multiple numbers.

    Hello All, I have 1 excel sheet in which there are around 1000 rows. The excel looks like <tbody> Name Age Roll No. Address abc 13 1 abc bcd 14 2 bcd cde 13 3 cde def 14 4 def efg 18 5 efg fgh 11 6 fgh ghi 19 7 ghi hij 16 8 hij ijk 22 9 ijk jkl 29 10 jkl </tbody> I need...
  3. J

    how to make code skip if is blank row?

    Sub Practicereport() Dim markdata As String: markdata = Sheets("Main").Range("C1").Value Dim lastrow As String: lastrow = Sheets("Data3").Range("A1000000").End(xlUp).Row Sheets("Data3").Select Range("A1:B1").Select Selection.AutoFilter ActiveSheet.Range("$A$1:$B$" & lastrow).AutoFilter...
  4. D

    Three Date Related Criteria for Column Filter

    Hi all, I'm trying to set the filter for a table column to shows cells with a date value between 7/1/14 and 6/30/15, OR that has no date value entered. I've done a fair bit of googling and poking around with Advanced Filters, but nothing has worked thus far. Can anyone help with this?
  5. J

    how does xlup -1 works in vba?

    Sub reva() Dim LastRowColumnA As Long: LastRowColumnA = Sheets("Working Other Purchases").Cells(Rows.Count, 1).End(xlUp).Row ActiveSheet.Range("A1:AV" & LastRowColumnA).AutoFilter Field:=12, Criteria1:="=*Rate*", Operator:=xlFilterValues ActiveSheet.Range("A1:AV" &...
  6. J

    Filtering Based on a Column of Data?

    I need to filter out the rows that do not contain a value from a column on another worksheet. I can only see how to filter based on a single text value. Any ideas? Scenario: I have a list of videos, and I want to remove from the list those videos that were not still online, based on a list.
  7. K

    Formula to filter data in excel

    I have excel sheet with two columns (Employee Name and Technology).I need formula to filter data on technology column,instead of manually applying filter and sorting the data. Is there any formula which gives me the result to find out the employee name based on technology. (Example:If i want...
  8. M

    Filtering Data for Several Days

    Hi My information have 13 columns and my Date column is F I want to filter my information from Date 1 to Date 2 for example: from 4/3/2015 to 4/15/2015. how to do it? Is it Possible after that on filtered data, I Filter them with Card No.(Column B) and I have filtered Data in New Sheet...
  9. G

    Pivot Table Filters

    My data has two columns (a start date and an end date). I need to be able to select a date and see which projects were active at that time. <tbody> Start Date End Date Funding 6/25/2012 6/24/2015 $200,000 1/1/2010 12/31/2014 $500,000 etc. </tbody> For example with the data above how...
  10. J

    How to count string from 1 column based on string in another column

    HI GUYS I AM NEW TO THIS FORUM I AM BALDY STUCK IN MAKING THS FORMULA N EXCEL 2007. CAN ANY BODY TELL ME ? THIS IS THE SAMPLE DATA.. I WANT TO COUNT " MEDIUM CELL VALUES" BASED ON " DISTRICT COLUMN" FOR EXAMPLE: DISTRICT--> JAMSHORO HAD FOLLOWING COUNT BASED ON column MEDIUM SINDHI (...
  11. S

    Auto-Filter if contains Array

    I am working on a series of Gantt chart reports where one of the requirements involves the end-user entering one or more "employees" to view all of the programs assigned to them. I can’t seem to filter on the Lead/Test field if the cell isn’t exact. I am also filtering only on the last...
  12. C

    Filtering for 18 and older plus blank cells

    Hey, I am Im trying to set up an auto filter to only leave 18+ and blank cells but I cant get it to work this is what I am using ActiveSheet.Range(Cells(1, 1), Cells(lastRow4, 40)).AutoFilter Field:=3, Criteria1:=Array("=>18" , "="), Operator:=xlF
  13. M

    Applying saved filters/custom views to multiple worksheets (Excel 2010)

    Hi everyone, I am trying to analyse large amounts of ticketing data using Excel 2010. For each quarter, I need to separate about 120,000 rows of data into the following groups (and then save them to a new worksheet): <tbody> Adult only Senior Only Adults & Seniors Adults & Concessions...
  14. A

    Using queries to filter records on Form

    I am fairly new to Access and databases and I have been tasked with creating a database for the department I work in. We import records once a week and users need to go through these records to review them and add notes, make updates, etc. I need to add a few options to filter which records...
  15. M

    Complex filter (or macro) of CSV file

    Hello, Every day I have to download a CSV file, convert it to XLSX and then I have to do a complex filter and I'm wondering if there is a way to do this automatically. The CSV files always have the same format and layout of columns and headers but the content is different. Here's a...
  16. J

    Date filters in VB

    HI team, So i recorded a macro of me applying a date filter to some data. I'm trying to filter to show data between (todays date -9 days) and (todays date-5 days) it produced the code below: ActiveSheet.Range("$A$1:$G$3952").AutoFilterField:=5, Criteria1:= _...
  17. M

    Macro to filter data with sheet name and copy to another sheet based on the criteria

    Every day I work on a workbook which have huge data. My workbook have 4 sheets. These sheet names will be changed everytime. they are not static. But the first two words will be same. I dont need any action need to be taken on the first sheet. On the other three sheets in workbook I need to...
  18. M

    Advanced Filter

    Hi Guys, New to the site, really stuck with this excel filter problem. here goes; I have a spreadsheet which is essentially a table, table headers are in C7:I7 and the table cells are C8:I71. C8:I71 are all filled with a vlookup formula that pulls in information from other sheets. When the...
  19. S

    VBA Autofilter based of Today's Date

    Hi, I'm trying to auto - filter column 2 "Frequency" by today's current date, Cell A1 & by the word "Daily". I'm trying to make this happen automatically once the user opens the workbook. For example, if the user opens the workbook on a Wednesday, the Frequency table should be filtered to...
  20. L

    Extact Top 20 rows DYNAMIC

    Hi all, I have been looking for a nice way to extract the top 20 rows based on the value in one column. The data table is approx 20 columns by 6000 rows, I use VBA to sort and apply filters in various ways, but I would like a way of keeping a small table at the top that keeps the top ten of...

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