Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi there, I havent used Microsft Excel for a few years now so I'm pretty rusty on the basics. What I would like to know is whether it is possible to do a lookup on a column to see if there is more than one cell with the same contents? For example I have input 1000+ Id's into column A and what to know if there are any duplicates. Thanks in advance if you can help me! -- petercummins ------------------------------------------------------------------------ petercummins's Profile: http://www.excelforum.com/member.php...o&userid=37879 View this thread: http://www.excelforum.com/showthread...hreadid=574207 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In column B:
=IF(COUNTIF($A$1:$A$1000,A1)1,"Duplicate","") and copy down. HTH "petercummins" wrote: Hi there, I havent used Microsft Excel for a few years now so I'm pretty rusty on the basics. What I would like to know is whether it is possible to do a lookup on a column to see if there is more than one cell with the same contents? For example I have input 1000+ Id's into column A and what to know if there are any duplicates. Thanks in advance if you can help me! -- petercummins ------------------------------------------------------------------------ petercummins's Profile: http://www.excelforum.com/member.php...o&userid=37879 View this thread: http://www.excelforum.com/showthread...hreadid=574207 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() you really are top! Nice work thanks! -- petercummins ------------------------------------------------------------------------ petercummins's Profile: http://www.excelforum.com/member.php...o&userid=37879 View this thread: http://www.excelforum.com/showthread...hreadid=574207 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Lookup then Match and insert value from next column | Excel Worksheet Functions |