Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-18-2024, 04:09 AM
stricky stricky is offline Count Unique value & count only duplicate value Windows 10 Count Unique value & count only duplicate value Office 2019
Novice
Count Unique value & count only duplicate value
 
Join Date: Jun 2023
Location: Bangladesh
Posts: 25
stricky is on a distinguished road
Default Count Unique value & count only duplicate value

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.
Attached Images
File Type: png TEST COUNT.png (68.0 KB, 23 views)
Attached Files
File Type: xlsx TEST COUNT.xlsx (32.4 KB, 6 views)
Reply With Quote
  #2  
Old 05-18-2024, 06:10 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Count Unique value & count only duplicate value Windows 10 Count Unique value & count only duplicate value Office 2021
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,943
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Count unique try
Code:
=SUM(IF(FREQUENCY(AK:AK,AK:AK)>0,1))
the other


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
Reply With Quote
  #3  
Old 05-18-2024, 08:35 PM
stricky stricky is offline Count Unique value & count only duplicate value Windows 10 Count Unique value & count only duplicate value Office 2019
Novice
Count Unique value & count only duplicate value
 
Join Date: Jun 2023
Location: Bangladesh
Posts: 25
stricky is on a distinguished road
Default

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*") "
Attached Files
File Type: xlsx TEST COUNT 2.xlsx (31.0 KB, 4 views)

Last edited by stricky; 05-18-2024 at 10:20 PM. Reason: adding a querry
Reply With Quote
Reply



Similar Threads
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
Count Unique value & count only duplicate value Count unique values that match 2 or more criteria caeiro01 Excel 1 10-25-2015 02:34 AM
Count Unique value & count only duplicate value Display unique values and count the number of child items vthomeschoolmom Excel 2 07-25-2013 06:17 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft