Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default How do I get rid of duplicate rows?

I have a large spreadsheet. My products SKU #'s are in column A. There are
many duplicates for the same SKU#. Matching the rest of the row is not
necessary; I just want to get rid of the duplicate SKU #'s. Any help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default How do I get rid of duplicate rows?

Hi,
Look into CPearson web go to the middle of the page

http://www.cpearson.com/excel/deleting.htm

if this helps please click yes, thanks

"Chip" wrote:

I have a large spreadsheet. My products SKU #'s are in column A. There are
many duplicates for the same SKU#. Matching the rest of the row is not
necessary; I just want to get rid of the duplicate SKU #'s. Any help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How do I get rid of duplicate rows?

In a helper column, input this formula and drag down:

=IF(COUNTIF(A2,$A$2:A2)1,"DELETE","")

Then do an autofilter on this column for DELETE, and delete those rows.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Chip" wrote:

I have a large spreadsheet. My products SKU #'s are in column A. There are
many duplicates for the same SKU#. Matching the rest of the row is not
necessary; I just want to get rid of the duplicate SKU #'s. Any help?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default How do I get rid of duplicate rows?

I search Microsoft last night and saw your page. I am not sophisticated to
understand what to do, as I have never used macros. But thanks for your
tireless work to get one.

"Eduardo" wrote:

Hi,
Look into CPearson web go to the middle of the page

http://www.cpearson.com/excel/deleting.htm

if this helps please click yes, thanks

"Chip" wrote:

I have a large spreadsheet. My products SKU #'s are in column A. There are
many duplicates for the same SKU#. Matching the rest of the row is not
necessary; I just want to get rid of the duplicate SKU #'s. Any help?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How do I get rid of duplicate rows?

From the workbook, press Alt+F11 to bring up the Visual Basic Editor (VBE).
In the VBE, goto Insert - Module. Paste the coding in from the webside. Close
out the VBE.

Back in your workbook, you can go to Tools-Macro-Macros, and then play a
macro. (shortcut key is Alt+F8)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Chip" wrote:

I search Microsoft last night and saw your page. I am not sophisticated to
understand what to do, as I have never used macros. But thanks for your
tireless work to get one.

"Eduardo" wrote:

Hi,
Look into CPearson web go to the middle of the page

http://www.cpearson.com/excel/deleting.htm

if this helps please click yes, thanks

"Chip" wrote:

I have a large spreadsheet. My products SKU #'s are in column A. There are
many duplicates for the same SKU#. Matching the rest of the row is not
necessary; I just want to get rid of the duplicate SKU #'s. Any help?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I get rid of duplicate rows?

DataFilterAdvanced.

See how to filter for Unique Records only

http://www.contextures.on.ca/xladvfi....html#FilterUR


Gord Dibben MS Excel MVP

On Tue, 18 Aug 2009 06:20:02 -0700, Chip
wrote:

I have a large spreadsheet. My products SKU #'s are in column A. There are
many duplicates for the same SKU#. Matching the rest of the row is not
necessary; I just want to get rid of the duplicate SKU #'s. Any help?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
duplicate rows robert morris Excel Discussion (Misc queries) 3 April 11th 08 05:16 PM
Duplicate rows into new rows based on row value Tom Excel Worksheet Functions 5 March 29th 08 06:32 PM
Duplicate rows, put in another value Carol G. Excel Worksheet Functions 1 March 19th 08 11:59 AM
duplicate rows Windy Excel Discussion (Misc queries) 2 February 20th 08 11:43 PM
Duplicate Rows instauratio Excel Discussion (Misc queries) 1 June 6th 05 09:36 PM


All times are GMT +1. The time now is 11:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"