Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 581419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T14:34:35+00:00 2026-05-13T14:34:35+00:00

I have an Excel file and want to look for the duplicate values in

  • 0

I have an Excel file and want to look for the duplicate values in a certain field like a list of email accounts. Like making them to be formatted the same or something like that.

How to do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T14:34:36+00:00Added an answer on May 13, 2026 at 2:34 pm

    When using Excel version 2007, built functionality can be used to remove duplication.

    The command is on tab Data, a group Data Tools;
    icon Remove duplicates.


    Or use a macro. To mark duplicated values by the tag, such as X to an adjacent column.
    Next, they can be used by auto filter, to filter out the rows marked and by keyboard shortcuts
    CTRL + – (minus key) duplicates can be removed at once.

    Option Explicit
    'crea by pc-prog.eu
    
    Sub SelectRowOfDupli_A()
    Dim x As Variant, xRng As Range, xR As Range
    Dim xMltRow As String, i As Integer, xObl As String
    Set xRng = Selection
    x = "xxxxxx"
    
    On Error GoTo xErr
    xObl = "B"
    xObl = InputBox("Enter COLUMN where by 'X' sign will be marked duplicate entries " & _
    "of selected cells:", "RANGE", xObl)
    
    If xObl = "" Then
    MsgBox "Column name must be entered!", vbCritical, "CHYBA"
    Else
    For Each xR In xRng
    If Trim(CStr(xR.Value)) = x Then
    Range(xObl & CStr(xR.Row)).Value = "X"
    i = i + 1
    Else
    x = Trim(CStr(xR.Value)) 'xR.Value
    End If
    Next xR
    If xMltRow <> "" Then
    Range(xMltRow).Select
    End If
    MsgBox "Done. " & CStr(i) & " duplicates."
    End If
    Exit Sub
    xErr:
    MsgBox Err.Description, vbCritical, "FINISHED WITH ERRORS:"
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Excel file containing data(list of Phone numbers), and i want that
I have imported my excel file but i want to check duplicate cells in
I have an excel file and I want to read each column and create
I have an excel file that I want to embed in my C# assembly.
I have a datatable and want it to export it to excel file, it
I have the excel file with the following fields First Middle Last Email michael
I have a dataset and I write it's values to an excel file using
I have an Excel file in which i have 50 questions i want to
I have an excel file with one order on each row, and I want
I have a CSV File here: http://www.filedropper.com/excel which looks like this http://pastebin.com/ammzv4FK . What

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.