![]() |
#1
|
|||
|
|||
![]()
First of all, I know about the unique function available on MS 365/ MS office 2021. But my company wont upgrade to those versions. so I'm stuck with 2019.
I need to Count Unique value & count only duplicate value of a excel sheet. I have explained it in attached excel sheet. So please help me if anyone can. |
#2
|
||||
|
||||
![]()
Count unique try
Code:
=SUM(IF(FREQUENCY(AK:AK,AK:AK)>0,1)) Code:
=SUM(IF(FREQUENCY(AK:AK,AK:AK)=2,1)) (both committed with CSE I think)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
Thanks @Pecoflyer for your solution. generally it works but it losses its count when i add text to OP id. sometimes text is required to be mentioned along with ID number.
Also im trying to figure out if can how many OP is present in a individual "A" group (A1 to A12 M/C), then "B" group (B1 to B12 M/C). I cant give cell range like AK8:AK30,AK8:AK30 , because A1 to A12 M/C range will vary. sometimes it will be AK8:AK38 or AK8:AK25 or AK8:AK42 etc. It needs to be somthing like this " =SUMIFS(AK:AK,AK:AK,C:C,C:C,"A*") " Last edited by stricky; 05-18-2024 at 10:20 PM. Reason: adding a querry |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
count formula to count based on multiple criteria and return unique rows | Sphinxakop | Excel | 0 | 02-01-2023 12:18 PM |
Count Unique Instances of Multiple Strings Using Wildcards | robnun | Word VBA | 14 | 12-05-2020 08:50 AM |
Count Duplicate Values without a specific Unique Value | Brittni | Excel | 1 | 02-01-2017 06:22 PM |
![]() |
caeiro01 | Excel | 1 | 10-25-2015 02:34 AM |
![]() |
vthomeschoolmom | Excel | 2 | 07-25-2013 06:17 AM |