WannaBeExcelGeek
New Member
Hello all,
Have data similar to
abc 5/27/2008
abc 1/26/2010
abc 5/27/2008
My question is how do I count the number of times "abc" apears between date range 10/1/2011 - 11/1/2011 without hard coding the date. I currently have this formula
=COUNTIFS(dcv!A:A,"ABC",dcv!V:V,">=10/1/2011",dcv!V:V,"<11/01/2011")
Thanks for your help. Oh and the raw data is on sheet "dcv" if that helps.....
Have data similar to
abc 5/27/2008
abc 1/26/2010
abc 5/27/2008
My question is how do I count the number of times "abc" apears between date range 10/1/2011 - 11/1/2011 without hard coding the date. I currently have this formula
=COUNTIFS(dcv!A:A,"ABC",dcv!V:V,">=10/1/2011",dcv!V:V,"<11/01/2011")
Thanks for your help. Oh and the raw data is on sheet "dcv" if that helps.....