Unique Values with Dates and additional criteria

Greenies08

New Member
Joined
Apr 4, 2011
Messages
22
Hi, could someone please help me develop this formula to include another column criteria...

=SUMPRODUCT(--(UNIQUE(FILTER(Register!$F$2:$F$513,TEXT(Register!$B$2:$B$513,"yyyy-mm")=B$4))<>""))

Column F is the unique ranges
Column B is the dates

I want to add Column D which refers to individuals names

So I want to calculate how many unique entries under column F for the specified criterion of dates (column B) and names of people (column D)

Thank you so much in advance
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Are the names in col D on both sheets?
 
Upvote 0
Hi, yes all the columns are on the one sheet called 'Register' - so I want to find the count of the unique entries in column F if Column B and Column D are matching the cells that have a date (B4 in this case) and persons name in (which will be cell B3)
 
Upvote 0
Ok, how about
Excel Formula:
=ROWS(UNIQUE(FILTER(Register!$F$2:$F$513,(TEXT(Register!$B$2:$B$513,"yyyy-mm")=B$4)*(Register!$F$2:$F$513<>"")*(Register!$D$2:$D$513=B$3))))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,434
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top