duplicates

  1. sakis_s

    Help with duplicate values move horizontally

    Hi! I'm looking for a formula to do the following: I have: <tbody> A B C D E F G H I 1 <colgroup><col width="68"></colgroup><tbody> 2040899 </tbody> <colgroup><col width="68"></colgroup><tbody> 54Z4 </tbody> 2 <colgroup><col...
  2. A

    Copy/Paste and remove duplicates

    Hi all I have done a macro to copy data from sheet2 to sheet 3 then remove duplicates, however it doesn't work, please could anyone help? Sub Reconcile() Dim LastRow AsLong LastRow =Range("A" & Rows.Count).End(xlUp).Row Sheet2.Select Range("F2:F" & LastRow).Select...
  3. F

    VBA Remove only certain duplicates

    I have a spreadsheet with data in columns A thru F. In column A are contract #'s and in F are percentages. If there are duplicates contract #'s in A, and in column F one of the duplicate contracts is at 100% I need to delete the one that is not 100%. If neither is 100% I need to keep both. Is...
  4. willow1985

    Count formula for duplicates

    Hello, I am looking for a count formula for duplicates. For example: In column A I have invoice numbers: Column A Row1 10001 Row2 10002 Row3 10005 Row4 10001 Row5 10003 Row6 10001 I want to enter a formula in F1 that will take the value in A1 and find how many...
  5. J

    One Column Confusion!

    Greetings! I have a single column with 1,013,922 rows of values. There are 585,636 unique values in this column. I'm trying to determine how many times each of those 585,636 values occur in this column without entering a variation of the "COUNTIF(A:A,B2)" formula on each line of the 585k...
  6. S

    Formula - Digit Frequency

    Hi everyone, Need help with a formula. Cell A1 = 1 Cell B1 = 3 Cell C1 = 7 Cell D1 = 1 Cell E1 = 4 Cell F1 = 5 Cell A2 = 1 Cell B2 = 2 Cell C2 = 3 Cell D2 = 7 Cell E2 = 4 Cell F2 = 1 I would like to count how many digits from cell range A2 through F2 appear in cell range A1 through F1...
  7. T

    Help w/ "Remove Duplicates" function on the "Data" tab

    I am working with a large data set (12 columns with 45,000 rows of entries) which is updated each day which in turn auto-updates a dashboard (within the document on another sheet) I have created to analyze this data. Currently, I am using the "remove duplicates" function to delete duplicates...
  8. P

    Concatenate & Remove Duplicate

    I have the following column values Input Account no Code 000005678 ABC 000005678 EDF 000001234 ABC 000001234 ABC Desired Output Account no Code 000005678 ABC 000005678 EDF 000001234 ABC Criteria Concatenate Column A and B (i.e...
  9. T

    Compare two columns without highlighting (CF) same data

    Sorry that title is vague, I have a project where I am comparing Column D with Column J, Easy enough with standard CF rules, but I only wish to highlight the duplicates between column D and J, I am not concerned with/if there are duplicates with in each column (D or J) just if there are...
  10. P

    Clear duplicates between two columns

    Good Days, Please advise a vba code to process the duplicates values clean task, If word/text in Cell A1 is equal to Cell B2 ,then Cell B2.clearcontents ...... If word/text in Cell A65536 is equal to Cell B65536, then Cell B65536.clearcontents Else, no change Thank you very much!
  11. U

    Countif no duplicates

    Is there a way to use the Countif function and remove duplicates Countif FG Component =Countif(C:C, c2) 22070090 300432 In the example below if I drag down the formlar , I will have the same number repeated. How do I remove it?
  12. E

    Only unique values to a combobox from multiple columns, vba

    Is there a way to collect unique values from several columns (eg E4 to H1500) and put those values into a userform Combobox with no duplicates. like: E4 F4 G4 H4 row1 Byan PDIV RSI2 Row2 E5 F5 G5 H5 RSI Byan T8 RS and so on ...
  13. S

    VBA - find duplicates and extract summary data to new sheet

    Hi all, I have used this forum to find answers for years and always found what I was looking for without even having to post my question. But this time I am stuck, proably because I don't knwo what exactly to search for. Let me explain what I am trying to achieve first: I am analysing employes...
  14. A

    Excel combinations from multiple columns with no duplicates

    Hi, Is there a non VBA way to return all possible combinations without duplicates with the returned values in separate columns? Example below. Data in the first 8 columns / 10 rows, results starting in the 11th column. <tbody> No No No 1 No No No 1 No No No 1 No No No 1 Yes Yes Yes 2...
  15. J

    Find Duplicate Rows across multiple columns, sum dupes to a column, remove duplicates. VBA?

    I have a spreadsheet like this: <tbody> UN Job RG AS TH SumDupes L217028 1 B 12 75 L217028 1 C 12 50 L217028 1 C 12 50 L217028 1 C 12 100 L217028 2 A 6 50 </tbody> I need to find duplicates: duplicate in this case means that the "Job", "RG" and "AS" are identical. So in...
  16. danhendo888

    How to extract multiple values (exc duplicates) with two criteria

    ABL1VendorInvoiceReference2100001003422167058190052331L2L2=(INDEX(Sheet2!$L$3:$L$21835, SMALL(IF(FREQUENCY(IF(Sheet2!$K$3:$K$21835=$B2, Sheet2!$L$3:$L$21835), Sheet2!$L$3:$L$21835), ROW(Sheet2!$L$3:$L$21835)-ROW(Sheet2!$L$3)+1), COLUMNS($L2:L2)))) Above is what I am using currently. Searching...
  17. D

    VBA Count Duplicates from a varied range on one sheet using another sheets list

    Is it possible to count number of instances of duplicate and unique cells found from a varied range using a list of data from another sheet as a reference to on what to look for? My data will be varied with up to 20,000 rows and up to 10 columns Also the cells will contain both numbers and...
  18. F

    VBA - Copy All Duplicate Data (Including first instance)

    Hi guys, I've just started a new role and I need to find all duplicates in data over the past 6 months as my predecessor hadn't been doing this, and the idea of doing it manually for 8000 lines of data is terrifying me. Can anyone help me with VBA code to pull all duplicates into another...
  19. A

    Removing Duplicates - Problem with Code

    Dear all, If anyone could help me with this query it would be much appreciated. I have created the following VBA code to remove duplicates in columns C and D of my worksheet. Private Sub Worksheet_Change (ByVal Target as Range) Activesheet.Range("C1:C100").Removeduplicates Columns:=1...
  20. D

    Conditional Formatting Duplicate Values

    I have sheet1 that has conditional formatting set to fill duplicates $A$2:$A52. I also use a macro to clear rows and replace overwritten formulas from sheet2. Sub Clearcells2()Sheets("sheet2)").Range("A2:W2").Copy Destination:=Sheets("sheet1").Range("A2") End Sub The problem is when I use 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