Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default how do I highlight duplicates cells in excell prior to deletion

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default how do I highlight duplicates cells in excell prior to deletion

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default how do I highlight duplicates cells in excell prior to deletio

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default how do I highlight duplicates cells in excell prior to deletion

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default how do I highlight duplicates cells in excell prior to deletio

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default how do I highlight duplicates cells in excell prior to deletion

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default how do I highlight duplicates cells in excell prior to deletio

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
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
How do i locate/highlight duplicates ? Lizardking Excel Discussion (Misc queries) 3 October 12th 06 04:36 PM
compare two columns within a worksheet, then highlight duplicates Beth Excel Worksheet Functions 1 September 20th 06 03:47 PM
How do I get excell to highlight entire row when I am in any cell renah7 Excel Discussion (Misc queries) 2 November 23rd 05 03:19 PM
Highlight cells with ctrl-click but only un-highlight one cell hagan Excel Discussion (Misc queries) 5 May 27th 05 06:45 PM
Search should highlight entire row in Excell in red samuel Excel Discussion (Misc queries) 5 December 27th 04 11:49 PM


All times are GMT +1. The time now is 12:46 PM.

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

About Us

"It's about Microsoft Excel"