Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Unique Count when Values 0.01

Hi

I have a spreadsheet with the following cols :-

ColA ColB ColC

Vendor1 0 5.99
Vendor2 1.99 0
Vendor1 2.00 3.99
Vendor1 0 1.00

Total 3.99 10.98
# of Vendors 2 1

The # of Vendors needs to be counted when the value in the particular column
is greater than 0.01, but only for each unique vendor.

Is this possible ?

Thanks
Jill
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 94
Default Unique Count when Values 0.01


Jill1 wrote:
Hi

I have a spreadsheet with the following cols :-

ColA ColB ColC

Vendor1 0 5.99
Vendor2 1.99 0
Vendor1 2.00 3.99
Vendor1 0 1.00

Total 3.99 10.98
# of Vendors 2 1

The # of Vendors needs to be counted when the value in the particular column
is greater than 0.01, but only for each unique vendor.

Is this possible ?

Thanks
Jill



Hi Jill,

Maybe it is overkill but i think you can use something like this:

=SUM(IF(FREQUENCY(IF(($A$1:$A$4<"")*($B$1:$B$40. 01),MATCH($A$1:$A$4,$A$1:$A$4,0)),ROW(INDIRECT("1: "&ROWS($A$1:$A$4))))0,1,0))

Where Vendors are in A and nmbers in B
It is an array formula so you have to confirm it with Ctrl + Shift +
Enter

Regards,
Bondi

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Unique Count when Values 0.01

Thanks, that has worked perfectly !!!

"Jill1" wrote:

Hi

I have a spreadsheet with the following cols :-

ColA ColB ColC

Vendor1 0 5.99
Vendor2 1.99 0
Vendor1 2.00 3.99
Vendor1 0 1.00

Total 3.99 10.98
# of Vendors 2 1

The # of Vendors needs to be counted when the value in the particular column
is greater than 0.01, but only for each unique vendor.

Is this possible ?

Thanks
Jill

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Unique Count when Values 0.01

Thanks that worked peefectly !!

"Bondi" wrote:


Jill1 wrote:
Hi

I have a spreadsheet with the following cols :-

ColA ColB ColC

Vendor1 0 5.99
Vendor2 1.99 0
Vendor1 2.00 3.99
Vendor1 0 1.00

Total 3.99 10.98
# of Vendors 2 1

The # of Vendors needs to be counted when the value in the particular column
is greater than 0.01, but only for each unique vendor.

Is this possible ?

Thanks
Jill



Hi Jill,

Maybe it is overkill but i think you can use something like this:

=SUM(IF(FREQUENCY(IF(($A$1:$A$4<"")*($B$1:$B$40. 01),MATCH($A$1:$A$4,$A$1:$A$4,0)),ROW(INDIRECT("1: "&ROWS($A$1:$A$4))))0,1,0))

Where Vendors are in A and nmbers in B
It is an array formula so you have to confirm it with Ctrl + Shift +
Enter

Regards,
Bondi


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
How do i count the number of unique values in a given column? Bobby Excel Discussion (Misc queries) 8 September 1st 06 06:43 PM
Formula to count values in two columns JBurlage Excel Discussion (Misc queries) 6 August 31st 06 12:59 PM
Count Unique Values with Multiple Criteria JohnV Excel Worksheet Functions 3 April 17th 06 06:00 PM
how to count unique values in excel based on multiple criteria IDBUGM Excel Worksheet Functions 3 March 15th 06 04:00 PM
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 6 November 29th 05 03:27 PM


All times are GMT +1. The time now is 12:02 AM.

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"