Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to compare a list of part numbers in Col. B from Sheet 1. When a
duplicate if sound, I need to copy the Part Number and corresponding Dates (from Col. A) to Sheet 2 to read across in a row, such that the part number shows up once, with all dates reading across the same row in subsequent columns. After comparing the first part number in the list, I have to compare the next to the list, and the next and the next... Example: Sheet1: Col. A Col. B. Date Part # 1/1/07 01234.0 1/3/07 04587.0 1/12/07 03874.0 1/24/07 01234.0 2/15/07 01234.0 2/18/07 04587.0 3/13/07 01234.0 Sheet 2: Col. A Col. B Col. C Col. D Col. E.... Part # 1st Date 2nd Date 3rd Date 4th Date 01234.0 1/1/07 1/24/07 2/15/07 3/13/07 04587.0 1/3/07 2/18/07 And so on down the list. I'm having a problem getting the Dates into the "Next Empty Cell" on the correct line. I'm also having a problem when I come to a part number that I have already seen previously in the list. Help, please. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding duplicates | Excel Discussion (Misc queries) | |||
Finding duplicates | Excel Discussion (Misc queries) | |||
Finding duplicates | Excel Discussion (Misc queries) | |||
Finding Duplicates | Excel Worksheet Functions | |||
Finding duplicates in list during UserForm entry process | Excel Programming |