Function To Get The Unique Count In A Range
1 minute read User Defined Function to get the unique count in a range. ‘ This is an Ultra-fast UDF to use in Excel or VBA to derive a Unique Count from a Range. ‘ The Code works by building a Dictionary of the Unique values. You can pass the Range as ‘ a Worksheet … Read more