Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() This is my first post. I have a bunch of cases that are numbered that I've dumped into a spreadsheet. I need to find out how many duplicates there are, for instance a case might be labeled REF242 and there will be 2 of those ect. I need to know which one's are duplicates so I can subtract the dollar amount associated with the repeats. Does anyone know how to do this in excel? Thanks, KB -- Capytanred ------------------------------------------------------------------------ Capytanred's Profile: http://www.excelforum.com/member.php...o&userid=32394 View this thread: http://www.excelforum.com/showthread...hreadid=521607 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Take a look at Chip's site on duplicates.
http://www.cpearson.com/excel/duplicat.htm Pretty much covers most situations I believe. Still having trouble...? Post back. HTH Regards, Howard "Capytanred" wrote in message ... This is my first post. I have a bunch of cases that are numbered that I've dumped into a spreadsheet. I need to find out how many duplicates there are, for instance a case might be labeled REF242 and there will be 2 of those ect. I need to know which one's are duplicates so I can subtract the dollar amount associated with the repeats. Does anyone know how to do this in excel? Thanks, KB -- Capytanred ------------------------------------------------------------------------ Capytanred's Profile: http://www.excelforum.com/member.php...o&userid=32394 View this thread: http://www.excelforum.com/showthread...hreadid=521607 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you can identify the duplicates by a formula. Suppose your list is in
A1:A100. In B1 enter =IF(COUNTIF(A$1:A$100,A1)1,"Dup","") and fill down to B100. "Capytanred" wrote in message ... This is my first post. I have a bunch of cases that are numbered that I've dumped into a spreadsheet. I need to find out how many duplicates there are, for instance a case might be labeled REF242 and there will be 2 of those ect. I need to know which one's are duplicates so I can subtract the dollar amount associated with the repeats. Does anyone know how to do this in excel? Thanks, KB -- Capytanred ------------------------------------------------------------------------ Capytanred's Profile: http://www.excelforum.com/member.php...o&userid=32394 View this thread: http://www.excelforum.com/showthread...hreadid=521607 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() This looks like it will work. Thanks! -- Capytanred ------------------------------------------------------------------------ Capytanred's Profile: http://www.excelforum.com/member.php...o&userid=32394 View this thread: http://www.excelforum.com/showthread...hreadid=521607 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
unhide menu bar in excel - just disappeared | Setting up and Configuration of Excel | |||
Excel: Clear all cell entries EXCEPT formulas? | Excel Discussion (Misc queries) | |||
How do I flag a cell in Excel 2002 when the date entered has pass | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) |