Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default COUNT UNIQUE ENTRIES IN FILTERED DATA

Subtotals work great to present sum or total of any visible cells while using
Autofilter.

However, now I have a data like:

CASE CLASS RATE AMOUNT
ABC 1 10 10,000
DEI 1 10 11,000
GHI 2 9 12,000
JKL 3 10 14,000

I have filtered the data.

How can I have the total UNIQUE CLASSES be counted if I filter data by RATE
= 10, "2" (1 occurring twice & 3 only once)?

Any help highly regarded.

Thanx.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 90
Default COUNT UNIQUE ENTRIES IN FILTERED DATA

Have you used the countif function

"FARAZ QURESHI" wrote:

Subtotals work great to present sum or total of any visible cells while using
Autofilter.

However, now I have a data like:

CASE CLASS RATE AMOUNT
ABC 1 10 10,000
DEI 1 10 11,000
GHI 2 9 12,000
JKL 3 10 14,000

I have filtered the data.

How can I have the total UNIQUE CLASSES be counted if I filter data by RATE
= 10, "2" (1 occurring twice & 3 only once)?

Any help highly regarded.

Thanx.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default COUNT UNIQUE ENTRIES IN FILTERED DATA

Countif helps only in counting total not UNIQUE in only VISIBLE CELLS in
FILTERED data.

"Debbie" wrote:

Have you used the countif function

"FARAZ QURESHI" wrote:

Subtotals work great to present sum or total of any visible cells while using
Autofilter.

However, now I have a data like:

CASE CLASS RATE AMOUNT
ABC 1 10 10,000
DEI 1 10 11,000
GHI 2 9 12,000
JKL 3 10 14,000

I have filtered the data.

How can I have the total UNIQUE CLASSES be counted if I filter data by RATE
= 10, "2" (1 occurring twice & 3 only once)?

Any help highly regarded.

Thanx.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default COUNT UNIQUE ENTRIES IN FILTERED DATA

Hi

You could add an extra column to your table with the formula
=IF(COUNTIF($B2:B2,B2)1,"",COUNTIF($B$2:B2,B2))
Copy down as far as required.
Include this new column in your filter, selecting (Non Blank), and your
Subtotal value will be correct.
--
Regards
Roger Govier

"FARAZ QURESHI" wrote in message
...
Subtotals work great to present sum or total of any visible cells while
using
Autofilter.

However, now I have a data like:

CASE CLASS RATE AMOUNT
ABC 1 10 10,000
DEI 1 10 11,000
GHI 2 9 12,000
JKL 3 10 14,000

I have filtered the data.

How can I have the total UNIQUE CLASSES be counted if I filter data by
RATE
= 10, "2" (1 occurring twice & 3 only once)?

Any help highly regarded.

Thanx.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count the unique entries in a column of data Remacricky Excel Discussion (Misc queries) 3 September 18th 07 02:42 PM
Count unique entries in data range kcsims Excel Worksheet Functions 2 December 1st 06 11:49 PM
Displaying unique entries from a filtered list [email protected] Excel Worksheet Functions 4 April 26th 06 06:54 PM
Counting unique text entries in a filtered list... SOS Excel Worksheet Functions 4 April 5th 06 05:31 PM
Count Unique Values In A Filtered Row with Duplicates jcpotwor Excel Discussion (Misc queries) 1 January 13th 06 01:02 AM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"