View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joe H. Joe H. is offline
external usenet poster
 
Posts: 7
Default Formula to FIND DUPLICATE DEBIT AND CREDITS

I am trying to make a bank reconciliation template. I need to know the
amounts in a column that are duplicates. The duplicates may be a "credit"
amount or a "debit" amount in the same column. I would like to mark them both
as duplicates.
I would like to see for example:
A B
1234.00 duplicate
2345.00
3456.00 duplicate
4567.00
-1234.00 duplicate
-3456.00 duplicate

Thanks!