Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't want to delete them straight away as I found that the new remove
duplicates function has removed entries which were not exact duplicates |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Paul,
This is very vague. Are we talking about highlighting duplicates in 1 or 2 columns or something else? Mike "Paul B" wrote: I don't want to delete them straight away as I found that the new remove duplicates function has removed entries which were not exact duplicates |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for replying. Ok, I have a worksheet with 5 columns, one of which
shows mobile phone numbers, the other four show time of day of response, date message etc. These are records from people who have sent in text entries. A quick scan shows that a number of people have texted in more than once but with a different message. I want to be able to highlight these duplicate entries before I decide whether to delete them or not. clearer? "Mike H" wrote: Paul, This is very vague. Are we talking about highlighting duplicates in 1 or 2 columns or something else? Mike "Paul B" wrote: I don't want to delete them straight away as I found that the new remove duplicates function has removed entries which were not exact duplicates |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Select your range then add this conditional format =COUNTIF($A$1:$A$100,A1)1 and select a colour Note that in this Case A1 is the top cell of the range so change to suit. Mike "Paul B" wrote: I don't want to delete them straight away as I found that the new remove duplicates function has removed entries which were not exact duplicates |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Mike,
this has indeed highlighted some cells, but strangely the numbers highlighted are not duplicates. There first four digits are the same but the rest are different. effectively this means that the formula is deleting numbers with same area code....curious "Mike H" wrote: Hi, Select your range then add this conditional format =COUNTIF($A$1:$A$100,A1)1 and select a colour Note that in this Case A1 is the top cell of the range so change to suit. Mike "Paul B" wrote: I don't want to delete them straight away as I found that the new remove duplicates function has removed entries which were not exact duplicates |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try,
=IF(VLOOKUP(A3,Offers!$B$2:$U$751,18,FALSE)=0,"",V LOOKUP(A3,Offers!$B$2:$U$751,18,FALSE)) Mike "Paul B" wrote: I don't want to delete them straight away as I found that the new remove duplicates function has removed entries which were not exact duplicates |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks!
"Mike H" wrote: Try, =IF(VLOOKUP(A3,Offers!$B$2:$U$751,18,FALSE)=0,"",V LOOKUP(A3,Offers!$B$2:$U$751,18,FALSE)) Mike "Paul B" wrote: I don't want to delete them straight away as I found that the new remove duplicates function has removed entries which were not exact duplicates |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i locate/highlight duplicates ? | Excel Discussion (Misc queries) | |||
compare two columns within a worksheet, then highlight duplicates | Excel Worksheet Functions | |||
How do I get excell to highlight entire row when I am in any cell | Excel Discussion (Misc queries) | |||
Highlight cells with ctrl-click but only un-highlight one cell | Excel Discussion (Misc queries) | |||
Search should highlight entire row in Excell in red | Excel Discussion (Misc queries) |