Count unique value ignoring Text in range

Rajesh S
123
562
My Data
548
K166
You 
1548
123
562
100
My Data
100

I want to count unique values by ignoring text in the above shown list. For this I've tried an array formula, {=SUM(1/Countif(,,,,))} but it's not working properly.

Can anyone suggest a formula or even VBA for the task?

Rajesh S

For the benefit of community I would also like to suggest an array formula with differnt approach, "to count unique values by ignoring text in the given data range".

enter image description here

{=SUM(IF(FREQUENCY(A2:A13,A2:A13)>0,1,0))}

Note, finish the formula with Ctrl+Shift+Enter.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Excel function to determine count for range of an occurrence text value

From Dev

Excel: Count of unique items while ignoring junk duplicates

From Dev

SQL Query to count Unique records ignoring sub string

From Dev

incorrect count of unique text in awk

From Dev

MySQL - Count Number of Unique Values with Unique Text

From Dev

Count of unique values in a rolling date range for R

From Dev

Count the occurences of each unique string in a range

From Dev

Count unique names in excel column range

From Dev

Count unique values in a set date range

From Dev

Count Unique Values in Excel Range 2010

From Dev

Collapse and count the number of unique value

From Dev

PHP count array by unique value

From Dev

Sort and Count Unique value of Array

From Dev

Collapse and count the number of unique value

From Dev

Unique value count in pandas series

From Dev

Unique increment ID for each distinct value in a range

From Java

Unique count of words from text string

From Dev

Count number of unique values containing text

From Dev

Count unique values IF certain text is found

From Dev

Change text dependant on range value

From Dev

Formula: Count text instance within table range

From Dev

Formula: Count text instance within table range

From Dev

count unique value in whole table [MySQL]

From Dev

count of unique occurrences of a value pandas python

From Dev

count unique value in whole table [MySQL]

From Dev

How to count unique value in a table with other condition?

From Dev

Finding count of unique value before a character

From Dev

Count unique value from awk output

From Dev

How to sort by count and retain unique items in value

Related Related

HotTag

Archive