Have a large data spreadsheet in excel 2010. I’m trying to count items in a column that fall within a certain data range. =countifs(sheet1!$D$3:$D$1003,sheet1!$B$3:$B$1003,">="&B4,sheet1!$B$3:$B$1003,"<="&C4)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
Sheet1 D3 = items to count (there are empty cells)
Sheet1 B3 = date column
<o></o>
B3 and B4 are date ranges that I want my criteria to meet. For example: I need the total files for Feb. B3 = 2/1/2011 & C4 = 2/28/2011
<o></o>
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
Sheet1 D3 = items to count (there are empty cells)
Sheet1 B3 = date column
<o></o>
B3 and B4 are date ranges that I want my criteria to meet. For example: I need the total files for Feb. B3 = 2/1/2011 & C4 = 2/28/2011
<o></o>
Last edited: