Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi guys,
I have in column A part number, column B quantity and column C part description. What i am trying to do is to filter out the unique entry according to the part number and remove the dulpricates. Can anyone help me out in this. Thanks Before part number quantity description 020-1234-14 1 upper barrel 034-1111-34 2 lower barrel 020-1234-14 1 upper barrel After part number quantity description 020-1234-14 1 upper barrel 034-1111-34 2 lower barrel regards. kuansheng |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
DataFilterAdvanced Filter
That has a unique records option -- HTH Bob Phillips (remove nothere from email address if mailing direct) "kuansheng" wrote in message oups.com... Hi guys, I have in column A part number, column B quantity and column C part description. What i am trying to do is to filter out the unique entry according to the part number and remove the dulpricates. Can anyone help me out in this. Thanks Before part number quantity description 020-1234-14 1 upper barrel 034-1111-34 2 lower barrel 020-1234-14 1 upper barrel After part number quantity description 020-1234-14 1 upper barrel 034-1111-34 2 lower barrel regards. kuansheng |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have try that method but its seem to display some duplicate in the
result . I have check the data and they exactly similar no difference. I am wondering why duplicate data are disp[lay. Is there any way to make sure the the filtered data is correct with no duplicate. Thanks. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It must be a data problem. I have never seen it duplicate data.
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "kuansheng" wrote in message oups.com... I have try that method but its seem to display some duplicate in the result . I have check the data and they exactly similar no difference. I am wondering why duplicate data are disp[lay. Is there any way to make sure the the filtered data is correct with no duplicate. Thanks. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, I agree with Bob, & have a few ideas/questions which may help identify what the data problem is: *Firstly, when you use the DataFilterAdvanced Filter option, make sure you are only selecting column A (ie just the part number column, not columns A to C) as your "List Range". *Do you know that it will always show the first appearance of a value (ooopps, looks like you do from your original post)? *Are any/none of the "duplicate" rows hidden? *If you identify two of the visible "duplicates", find any empty cell & enter (for example): =A1=A3 Is the result "true"? If not, it may be due to non printing characters in one of the cells. One way of checking this is using =len(a1)=len(a3), if this is not true, there is something in the cell that can't be seen. It may be possilbe to fix using the trim function. hth Rob Brockett NZ Always learning & the best way to learn is to experience... kuansheng Wrote: I have try that method but its seem to display some duplicate in the result . I have check the data and they exactly similar no difference. I am wondering why duplicate data are disp[lay. Is there any way to make sure the the filtered data is correct with no duplicate. Thanks. -- broro183 ------------------------------------------------------------------------ broro183's Profile: http://www.excelforum.com/member.php...o&userid=30068 View this thread: http://www.excelforum.com/showthread...hreadid=536736 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Guy i will look at the data again to make sure nothing goes
wrong thank for your advice. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filtering Data with Rank Function | Excel Worksheet Functions | |||
Filtering and Data Validation | Excel Discussion (Misc queries) | |||
Inserting a new line in spreadsheet | Excel Discussion (Misc queries) | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Unique and duplicate data between 2 Excel worksheets | Excel Worksheet Functions |