I am currently using the formula below to count occurrences between a date range where column BB is greater than 2000. "Year" is a variable from another cell. Column H is in date time format MM/DD/YY HH:MM.
=COUNTIFS('Heat Sumary'!$H:$H,">="&DATE(Year,10,1),'Heat Sumary'!$H:$H,"<"&DATE(Year,11,1),'Heat Sumary'!$BB:$BB,">2000")
How do I rewrite this formula to be between Oct 1st at 6pm and Nov 1st at 6pm instead of just the dates?