Results 1 to 4 of 4

Thread: Deleting Duplicates in OpenOffice

  1. #1
    Join Date
    May 2009
    Posts
    857

    Deleting Duplicates in OpenOffice

    Hello

    I have a csv file that I opened with OpenOffice Calc ,This file includes a dozen columns and over 37,000 lines Among these columns there is a column that includes mail messages so the people who registered on my site to do a survey. But I found many duplicate emails I would like to eliminate all lines whose address is duplicated. Do you know how to do that?

    In advance thank you

  2. #2
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Deleting Duplicates in OpenOffice

    1: Select your column containing the addresses to filter, then apply the filter

    2: Once the filtered rows, select, copy (Ctrl + C) and paste (Ctrl + V) on the new sheet.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,088

    Re: Deleting Duplicates in OpenOffice

    hello

    You can view the duplicates in a range of cells, using the conditional format function.
    If for example you want to identify duplicates in the range A1: A20,
    • Select cell A1.
    • Choose Format
    • Conditional Format
    • Condition1, select the option "The formula is: Indicates field in the conditional:



    Select All Zoom
    NB.SI($A$1:$A$20;A1)>1


    • Sets the cell style.
    • Click on the OK button to confirm.
    • Applies the same format followed in other cells in the test.

  4. #4
    Join Date
    Sep 2005
    Posts
    1,306

    Re: Deleting Duplicates in OpenOffice

    There is no automatic function to remove duplicate rows. Follow these steps to delete all rows that have duplicate values in column A:

    Select all cells of the current data range.
    On most systems, you can click any cell inside the data range, then press Ctrl+Multiplication key on the numeric keypad.
    Sort the data range by column A.
    Choose Data - Sort.
    Click an empty cell in the first row. Let's assume it is cell C1. Enter the formula:
    =IF(A1=A2;1;0)
    This will display 1 if the current row has the same value in column A as the next row. It will display 0 if the values are different.
    Copy the formula down for all rows of the data range.
    Drag the lower right edge of the cell C1 down to the last row.
    Now the formulas must be replaced by their values to freeze the contents.
    While the column C is still highlighted, press Ctrl+C to copy all selected cells to the clipboard.
    Press Shift+Ctrl+V to open the Paste Special dialog box.
    In the Selection area, enable only the Numbers command; disable the other Selection commands. Click OK.
    Select the whole data range including the new column C and sort the range by column C.
    Choose Data - Sort.
    Select all rows which have a value 1 in column C, then press Del key.
    Optional steps: Delete column C. Select the remaining rows and sort them again by column A.

    Tip: This method can also be used to remove duplicate text lines from a Writer document. Copy the text to a Calc spreadsheet. Remove the duplicates, then copy and paste back as "unformatted text" to Writer.

Similar Threads

  1. TreeMap and duplicates
    By Logan 2 in forum Software Development
    Replies: 5
    Last Post: 10-02-2010, 02:06 AM
  2. Search for duplicates in EXCEL
    By ADELIO in forum Windows Software
    Replies: 3
    Last Post: 19-10-2009, 10:46 AM
  3. Replies: 1
    Last Post: 24-08-2009, 09:47 PM
  4. How to find duplicates in Picasa
    By Madison in forum Technology & Internet
    Replies: 3
    Last Post: 07-08-2009, 10:34 PM
  5. How to manage duplicates ?
    By Blazej in forum Software Development
    Replies: 6
    Last Post: 21-01-2009, 07:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,036,915.83858 seconds with 17 queries