#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DB DB is offline
external usenet poster
 
Posts: 46
Default duplicate dates

In a worksheet with multiple columns of dates, how can I identify any
duplicate dates , if any, among columns. many thanks
--
db
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default duplicate dates

Conditional Formatting

=COUNTIF($A:$F,A1)1

adjust your range to suit



"db" wrote:

In a worksheet with multiple columns of dates, how can I identify any
duplicate dates , if any, among columns. many thanks
--
db

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default duplicate dates

db wrote:
In a worksheet with multiple columns of dates, how can I identify any
duplicate dates , if any, among columns. many thanks



One way would be with conditional formatting. Assuming your data is in A1:C100,
select that range, starting with A1, and put the following in the conditional
formatting "Formula is":

=COUNTIF($A$1:$C$100,A1)1

Then select the format you want to use to identify 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
subtotal by week with duplicate dates? Beth Excel Discussion (Misc queries) 2 April 5th 08 03:37 AM
How do you delete duplicate addresses, but keep duplicate names? Shelly Excel Discussion (Misc queries) 1 August 28th 06 10:36 PM
Simple Way to Count the Number of Duplicate Dates on Multiple Worksheets Dan Excel Discussion (Misc queries) 2 February 23rd 06 11:46 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
I need to exclude duplicate patient names for dates of service is. Shannon Excel Discussion (Misc queries) 2 April 11th 05 02:53 AM


All times are GMT +1. The time now is 02:57 AM.

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"