davidepstein22
New Member
- Joined
- Aug 27, 2012
- Messages
- 27
Hi
I have a large s/s with 30 columns by 800 rows. I need to count the unique ids between a date range provided they are of the desired type.
Column A = Type
Column B = id
Column C = finish date
For example, I want to count values where:
column A="xyz"
column B = has multiple values that are duplicated on many rows (non unique).
Column C = finish date between 10/1/14 and 10/31/14.
I want to count the number of unique occurances of column B (id) provided the finish date is between 10/1/14 and 10/31/14.
I thought this would be a good starting place, but I am stuck (array) {=sum(1/countif(b:b))}
I would appreciate some help!!
Thanks,
Dave
I have a large s/s with 30 columns by 800 rows. I need to count the unique ids between a date range provided they are of the desired type.
Column A = Type
Column B = id
Column C = finish date
For example, I want to count values where:
column A="xyz"
column B = has multiple values that are duplicated on many rows (non unique).
Column C = finish date between 10/1/14 and 10/31/14.
I want to count the number of unique occurances of column B (id) provided the finish date is between 10/1/14 and 10/31/14.
I thought this would be a good starting place, but I am stuck (array) {=sum(1/countif(b:b))}
I would appreciate some help!!
Thanks,
Dave