Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Please help. I have a colun with repeating values, a second column that counts these repeating values; formula is (=countif($a$1:$a$4000,a1). I am looking for a third column that can then identified the repeating values uniquely in column A or B. Let me demonstrate in an example. (Note that I don't know how to calculate column C, it's what I would like to achive. It would then help me sort for only values of 1 in column C) A B C A005 2 1 A005 2 A006 2 1 A006 2 A009 4 1 A009 4 A009 4 A009 4 I hope to find the formula for column C. thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you tried the following website
http://www.cpearson.com/excel/topic.aspx Look under Lists - there are about eight examples of complex list look ups HTH wrote in message ... Hi, Please help. I have a colun with repeating values, a second column that counts these repeating values; formula is (=countif($a$1:$a$4000,a1). I am looking for a third column that can then identified the repeating values uniquely in column A or B. Let me demonstrate in an example. (Note that I don't know how to calculate column C, it's what I would like to achive. It would then help me sort for only values of 1 in column C) A B C A005 2 1 A005 2 A006 2 1 A006 2 A009 4 1 A009 4 A009 4 A009 4 I hope to find the formula for column C. thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT((A1:A8<"")/COUNTIF(A1:A8,A1:A8&""))
" wrote: Hi, Please help. I have a colun with repeating values, a second column that counts these repeating values; formula is (=countif($a$1:$a$4000,a1). I am looking for a third column that can then identified the repeating values uniquely in column A or B. Let me demonstrate in an example. (Note that I don't know how to calculate column C, it's what I would like to achive. It would then help me sort for only values of 1 in column C) A B C A005 2 1 A005 2 A006 2 1 A006 2 A009 4 1 A009 4 A009 4 A009 4 I hope to find the formula for column C. thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to set up a repeating macro to sum values in Excel2000? | Excel Discussion (Misc queries) | |||
how can I show repeating values in a chart? | Charts and Charting in Excel | |||
can i stop repeating values? | Excel Discussion (Misc queries) | |||
excluding repeating values | Excel Discussion (Misc queries) |