Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc
|
|||
|
|||
![]()
i am not sure i`m understanding ur problem very well, however we`ll
try giving it a shot. For the duplicates issue, and after u sort (or b4, wont realy matter), try going to the leftmost empty column, and use the countif function so, assuming ur table range is from A1 to E100, and that ur looking for duplicates in the last name (which is Column B) for example, type the following in F1 =countif($B$1:$B$100,B1)1 then drag (copy & Paste) the formula to cell F100 Now u`ll have (in column F) "TRUE" for duplicate names, and "FALSE" for non-duplicated amounts. then you can filter ur table (Data -- Filter -- Autofilter) -- Please make sure to use the filter on the column headings row (Name, Last name, etc..) Please inform me if it works or not. |
#2
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc
|
|||
|
|||
![]()
YES u can have duplicate data in two coumns sorted out,
repeat the same procedure, in column G and then filter for "TRUE" in column F, and for "TRUE" in column G. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 2 Jul 2009 12:40:39 -0700 (PDT), BRO
wrote: YES u can have duplicate data in two coumns sorted out, repeat the same procedure, in column G and then filter for "TRUE" in column F, and for "TRUE" in column G. To filter for TRUE in F and TRUE in G could give to many hits, see example below John Young TRUE TRUE John Smith TRUE TRUE James Brown TRUE FALSE James Young TRUE TRUE John Smith TRUE TRUE In this example only the two "John Smith" should be displayed I guess. John Young and James Young are not duplicates. Right? Lars-Åke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
duplicate data to show/print in a column | Excel Discussion (Misc queries) | |||
Delete rows with duplicate values | Excel Discussion (Misc queries) | |||
How to Highlight Two Rows With Two Columns of Duplicate Values | Excel Worksheet Functions | |||
one column of cells show ####. Values show when I open it. Help | Excel Discussion (Misc queries) | |||
Delete rows with duplicate values | Excel Worksheet Functions |