filter array data columns

  1. H

    Formula to Group Duplicate Cells/Data into Single Cell (Not VBA)

    Hey Guys Just after some heap been rcking my brain for days! My Table/Range has been pupulated this way; <tbody> <tbody> Window Support Channel 1/1800, 1/1200, 3/600, Window Support Channel 4/1800, 2/1200, 4/900, Window Support Channel 1/1800, 1/1200, 3/600, </tbody>...
  2. J

    how to compare values from multiple columns from other sheet?

    Sub numbers() Dim rngCell As Range For Each rngCell In Sheets("Final").Range("F13:F" & rowLast) If WorksheetFunction.CountIf(Sheets("Filter").Range("A1:A" & rowLast), rngCell) <> 0 And _ Range("I" & rngCell.Row).Value <= 0 And _ Range("D" & rngCell.Row).Value < 50 Or _...
  3. E

    Extracting a List of Values Filtered by Criteria with Sub-Arrays

    Hi guys, This is my first post on this forum so sorry if it's not clear but I'm hoping for some help with a formula. I'm trying to design a formula that will present people with a list of holiday destinations based upon when they'd like to go. On the sheet 'Countries' there's data with each...
  4. 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...
  5. 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...
  6. C

    VBA Autofiltering based on dynamic header

    Hi all I am new on VBA. I have a table (named as 'FILTERS') and I need to find and filter the column which equal a range "B5" (B5 change the name dynamically i.e: FILTER_A, FILTER_B, etc) but I got an error message using the below query Sub FILTERING() Dim targetSheet As Worksheet...
  7. S

    VBA: How to Create Multiple Sheets from filtered data contained in a column

    Hi I am a newbie to VBA coding in Excel and this one is just too complex for me to get my head around so reaching out to this great forum I have had so much success with :) If you could help by providing some VBA code that will do the following: Have a button that when clicked would create...
  8. 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...
  9. M

    Data filtered into other sheets

    Hi, I need some guidance on the following please; I would like to generate data in other spreadsheets based on information in a particular column also any new entries on the front sheet will be automatically updated in the relevant sheet that information relates to. All ideas welcome...
  10. W

    Filtering of Rows project

    Good day! I have a simple project and I am having a hard time. So here it is. We are tasked to create a template that consolidates data from .txt files then have it in excel in correct widths already(Multiple files). Also after that, we need to filter columns and then delete blank rows in...
  11. D

    vba macro defining a filter based on a array of cells with numbers and text values not working - please, help me

    Hi all, I'm stuck at the moment with the following problem. I have researching and googling for a solution without luck... Working with vba excel 2010 I have a workbook with two main tabs: PurchaseReport and CeCos_Tab The PurchaseReport contains a range of cells where the first column have...
  12. P

    Filter Listbox with 2 Criteria

    Hi Guys, I think I have a bit of a challenge for some VBA guru out there? So I hope someone can help? I have a listbox filtered with one criteria, looking for all the Listitems that have a certain Style Number which is handled by "strFind2", all works well. What I need is to filter the listbox...
  13. O

    Programatically - Filtering Excel using a list of number values

    Trying to access filter programatically in VB using a list of numbers. I can select from the dropdown pick list,(hovering over filter show... EQUALS+ comma separated list of values), but don't know how to provide a that list to the filter using VB. My use case would be that I am working...
  14. M

    Wanting to use a macro to copy from a list and paste values in a filter... Any help is appreciated.

    Looking to use a macro to index down a list copying the value and toggle to a worksheet and paste value into the filter to look at different project details .. Any ideas on how to use a macro to filter for one specific project would be appreciated.. Thanks,:eeek:
  15. N

    Filtering with multiple keyword in another column "containing" a specific part of the text

    Hi, I have 2 columns. Column A containing email addresses and other detail. This Column A is Alpha numeric and also has special characters like ',+ etc.. I have few keywords in Column B. Around 40. Now I need to filter Column A where any of the 40 keywords are present ANYWHERE in the Cell...

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