filter advance

  1. J

    Filter Data Based on Multiple Criteria

    Currently have an excel sheet with 100+ names, a job course, start date of course, and end date of course. I would like to filter to see who is currently doing a particular job course. Individuals are required to do at least 3 job courses so a basic filter does not work in this situation since...
  2. P

    Filter VBA Offset function

    Hello I currently have the code however I would like to change it slightly. The line with ''''' Rather than the code perform this action "testCell.Offset(, 1).Value = "Key in the dependency ID" I would like it to filter another tab called "dependencies" (column A) by using the value in the...
  3. F

    Selection change on different worksheet

    Hi i'm trying to find a solution to a problem concerning the selection change event: i have a worksheet with a list of products and all the details related. on another worksheet i have the same products with other info. what i would like to do is clicking on the product cell in the first...
  4. K

    [Answer] [Code] Retrieve Auto/Advance Filter that was applied.

    I wanted to give this code to people that like me had a hard time getting it to work correctly. The 2 codes work as function in an Excel sheet and depending on parameter set, will return whatever has been filter on a particular field. 'Returns AutoFilter Criteria (Not to use on Tables) Function...
  5. 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!
  6. 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...
  7. S

    Help! Pivot table issue. Tried everything.

    Hi I have 2 pivot tables. Pivot table 1 (TOPn) filters my top "BRAND - MODEL" field. I would like to use the results from that table. Let say a named range as the list can vary in length. Use those results in Pivot table 2 to filter the same field name "BRAND - MODEL". I've tried code from...
  8. I

    Filter Data

    I have data from column A to J and there is ID number in column B .so on top of the sheet i want when i put the id number in Cell the data should show me regarding that id from column A to J on same sheet. <tbody> ID 123 </tbody> <tbody> A B C D J Date ID Data1 Data2 Data3...
  9. M

    Create unique sorted list without blank cell

    Hi I search and found macro for creation sorted unique list and edit it to this code: Sub Macro22() Macro2 Macro With Sheet1 .Range("Names").AdvancedFilter Action:=xlFilterCopy, CopyToRange:=.Range("AZ1"), Unique:=True .Range("FilteredNames").Sort Key1:=.Range("AZ2")...
  10. J

    vba formula on a filtered worksheet

    ActiveSheet.Range("$A1:$W1").AutoFilter Field:=23, Criteria1:="Yes" Range("T1").Offset(1, 0).Select Selection.FormulaR1C1 = "=VLOOKUP(RC[-15],PV!C[-19]:C[-16],4,FALSE)" Selection.SpecialCells(xlCellTypeVisible).FillDown So far, I filtered my data where W = yes, and I am trying...
  11. 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" &...
  12. R

    Filter

    so i have an excel sheet with many employee numbers and first and last name of employee in one sheet on a second sheet i have only couple selected employees. How can i filter my main database to only those few workers on the second sheet. I have pasted an example. sheet 1 with all users...
  13. N

    Filtering out exact acronyms

    Hi all, I have a (probably pretty stupid question) I work a lot with cleaning internal databases . I often have to filter out to particular job titles and one I always have a problem with is "IT" so that would be say and IT manager, a HEad of IT, an IT analyst etc etc etc (endless number of...
  14. P

    selective filtering so that select rows only if cell A or cell B contains a value

    Hi: I have a dataset that contains baseball record, I want to pick only one team to look at, so is there anyway I can apply filter on HomeTeam and VisitTeam so that if either HomeTeam or VisitTeam contains the team name, say PHI, the who row stays? E.g: I have the data HomeTeam VisitTeam...
  15. T

    Filter out text parts

    Hi - I have a changing string of text like computer coding. something like: ********> <!-- function sf(){document.f.q.focus();} function c(p,l,e){var f=document.f;if (f.action && document.getElementById) {var hf=document.getElementById("hf");if (hf) {var t = "<input type=hidden...
  16. J

    VBA to filter, cut, and paste to new tab, deleting each time

    I am trying to figure out how to filter, cut and paste to new tab in worksheet. I want to delete the rows copied to the new tab. I am able to create and name the new tabs, now I need to filter for each variable. The number or rows for each changes weekly, but the variables filtered are the same...
  17. D

    Filtering data with multiple criteria

    Hello, I have data on sheet 1 which has one column with the country name. The data is for all countries globally. I am only interested in the data for EU countries. On sheet 2 I have a list of the EU countries which I would like to use to filter the data in sheet 1 so I only see the data in...
  18. K

    Formula to Calculate Date while Ignoring if "Complete" listed for use with Queries

    Hello! I am hoping to find some assistance in trying to create a tracker in Excel 2010. The tracker is designed to keep up with outstanding tasks for a project. Currently, I have it set up to calculate the "days til due" with the formula =B1-Today(1). The issue is that this seems to pull a...
  19. K

    Help Please! Use Combobox selection to find and pull data from sheet to listbox?

    Hi all and a happy new year! I am looking for help with a basic user form that has: 1x Combo box. 1x List box I need it to pull data from 4 columns on Sheet 1. If the combo box selection states "Factory" then it needs to pull the stated data below from the matches to "Factory" in Column I...
  20. S

    Looping and Filtering in VBA

    Hi Everyone, I am sending out Outlook appointments via a spreadsheet where all the data/information is stored. However, the issue I am running into is: when I need to send out multiple information to the same email address for a client, I want the client to get all of the information in the...

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