Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]() Quote:
=COUNTIFS(Sheet1!B:B,B2,Sheet1!H:H,"<"&$D$1,Sheet1 !I:I,""&$D$1) Does that fix it for you? You may actually wish to use the below version as it will also capture any that fall on the date in D1 =COUNTIFS(Sheet1!B:B,B2,Sheet1!H:H,"<="&$D$1,Sheet 1!I:I,"="&$D$1) And this one will allow you to drag the formula to populate the other cells: =COUNTIFS(Sheet1!$B:$B,$B2,Sheet1!$H:$H,"<="&D$1,S heet1!$I:$I,"="&D$1) Last edited by Spencer101 : October 21st 12 at 08:38 PM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF with Dates | Excel Worksheet Functions | |||
Countif and dates | Excel Worksheet Functions | |||
CountIF with dates | Excel Discussion (Misc queries) | |||
using countif to add dates | Excel Discussion (Misc queries) | |||
Countif using dates | Excel Worksheet Functions |