Hi,
I am trying to count the number of unique vaules in column B that fall with in a date range in column A.
For example
A: B:
12/31/2009 1111111
1/5/2010 1111111
1/5/2010 1111111
5/31/2010 2222222
5/31/2010 1111111
If the date range is 1/5 to 5/31 the result would be 3.
I apperciate any help.
I have tried countif and if statement. I assume that this may be an array but I have not used them before.
I am trying to count the number of unique vaules in column B that fall with in a date range in column A.
For example
A: B:
12/31/2009 1111111
1/5/2010 1111111
1/5/2010 1111111
5/31/2010 2222222
5/31/2010 1111111
If the date range is 1/5 to 5/31 the result would be 3.
I apperciate any help.
I have tried countif and if statement. I assume that this may be an array but I have not used them before.