Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a particular reason you are asking to use OFFSET? I ask because
there are other ways to do this with out using a Volatile function like OFFSET. Assuming your data starts in A2, put this in B2 and copy down... =IF(A2="","",--(COUNTIF(A$2:A2,A2)=1)) and copy it down as far as you want. -- Rick (MVP - Excel) "myk" wrote in message ... Hello, I have a list of names in column A (a4:a14). In column B I would like to indicate if the name in column A is a duplicate. Column A is sorted. Below is the example - I would like to put my OFFSET function in the DUPLICATE INDICATOR column and use a 1 to indicate the first occurnace of a name and a 0 for indicating a duplicate. NAME DUPLICATE INDICATOR Jack Jack Jack Jill Fred Fred Fred Fred Mark Nancy Nancy Thank you!! myk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use OFFSET to determine DUPLICATES in a list? | Excel Worksheet Functions | |||
Condensing a list with duplicates to a list with non-duplicates | Excel Worksheet Functions | |||
Array Offset() formula with height of 1 returns duplicates? | Excel Worksheet Functions | |||
Macro fine Run fine from Select but not from KB Shortcut? | Excel Discussion (Misc queries) | |||
Offset & Match Formula Shows Duplicates | Excel Worksheet Functions |