Thread: Need formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Need formula

With the range of cells A1:A7 and the unique numbers 13, 14, 15 and 16 in B1:B4

Select C1:C4 and enter this formula in C1

=FREQUENCY(A1:A7,B1:B4) Note: this an array formula so you must enter it with
CTRL + SHIFT + ENTER.


Gord Dibben MS Excel MVP


On Sat, 10 May 2008 07:58:44 +0200, Mrtvac
wrote:

Hi,

Don't know does this forumula exists in Excel so I need help.

I need to count different values in range of cells.

Example:
I have cell ranges with this values: 13, 14, 15, 16, 13, 13, 16

I need formula which will return:
3 values of 13
1 value of 14
1 value od 15
2 values of 16.

Is this possible in Excel?

Thank you in advance.

Regards.