View Single Post
  #19  
Old October 13th, 2007, 08:32 AM posted to microsoft.public.excel.worksheet.functions
edg
external usenet poster
 
Posts: 12
Default "COUNTU" function in Excel to count unique entries in a range

All you really need is an extremely simple function countif a=1 (whether
numeric or text and b=2 (again numeric or text) etc, etc, etc. Why do Excel
formulas and functions have to be so complicated. I programmed in Basic for
many years and still have difficulty figuring out how to enter Excel formulas.
--
edg


"LouP" wrote:

Well I hate to add to this mess, but just reading these responses is
definately an argument for the original post. This should not be this
difficult or complicated. Most users of excell are not programers nor have
the time to fiddle with long formulas to get an answer that should be easy to
get.

"Aladin Akyurek" wrote:

WayneL wrote:
In order to count the number of unique entries in a range of cells, a very
complicated nested set of functions (SUM, IF, FREQUENCY, MATCH, LEN, etc.) is
required in Excel.

I suggest adding a COUNTU worksheet function that would automatically count
the number of unique data entries. It should have options for counting
numbers, numbers + text, excluding blank cells, etc.

Thanks,
Wayne

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions


A good candidate is Longre's (updated) COUNTDIFF from his morefunc add-in.