Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hello everyone, Let's say I have a range A1:A1000, each cell containig a natural number. For my purposes these values are OK if and only if they are all different. Is there an easy way to count the number of different cells in a range? Many thanks! -- Lucas Lehmer ------------------------------------------------------------------------ Lucas Lehmer's Profile: http://www.excelforum.com/member.php...o&userid=34514 View this thread: http://www.excelforum.com/showthread...hreadid=545853 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A2:A1000<"")/COUNTIF(A2:A1000,A2:A1000&""))
-- HTH Bob Phillips (replace somewhere in email address with googlemail if mailing direct) "Lucas Lehmer" wrote in message news:Lucas.Lehmer.28f4em_1148652601.2249@excelforu m-nospam.com... Hello everyone, Let's say I have a range A1:A1000, each cell containig a natural number. For my purposes these values are OK if and only if they are all different. Is there an easy way to count the number of different cells in a range? Many thanks! -- Lucas Lehmer ------------------------------------------------------------------------ Lucas Lehmer's Profile: http://www.excelforum.com/member.php...o&userid=34514 View this thread: http://www.excelforum.com/showthread...hreadid=545853 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUM(IF(COUNTIF(A1:A1000,A1:A1000)1,1))
Array formula, to be validated with Ctrl+Shift+Enter will return the number of dupes HTH -- AP "Lucas Lehmer" a écrit dans le message de news: ... Hello everyone, Let's say I have a range A1:A1000, each cell containig a natural number. For my purposes these values are OK if and only if they are all different. Is there an easy way to count the number of different cells in a range? Many thanks! -- Lucas Lehmer ------------------------------------------------------------------------ Lucas Lehmer's Profile: http://www.excelforum.com/member.php...o&userid=34514 View this thread: http://www.excelforum.com/showthread...hreadid=545853 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT((A1:A1000<"")/COUNTIF(A1:A1000,A1:A1000&"")) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Lucas Lehmer" wrote in message news:Lucas.Lehmer.28f4em_1148652601.2249@excelforu m-nospam.com... Hello everyone, Let's say I have a range A1:A1000, each cell containig a natural number. For my purposes these values are OK if and only if they are all different. Is there an easy way to count the number of different cells in a range? Many thanks! -- Lucas Lehmer ------------------------------------------------------------------------ Lucas Lehmer's Profile: http://www.excelforum.com/member.php...o&userid=34514 View this thread: http://www.excelforum.com/showthread...hreadid=545853 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Ok, guys. Problem solved! Thanks again, have a nice day! -- Lucas Lehmer ------------------------------------------------------------------------ Lucas Lehmer's Profile: http://www.excelforum.com/member.php...o&userid=34514 View this thread: http://www.excelforum.com/showthread...hreadid=545853 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I define a range using values in cells? | Excel Worksheet Functions | |||
Assign one number to a number range | New Users to Excel | |||
Summing values within a range | Excel Discussion (Misc queries) | |||
Match function...random search? | Excel Worksheet Functions | |||
MIN with zero values in the range | Excel Discussion (Misc queries) |