Start date in E1
End date in E2
In C1:
=IF(AND(A1>$E$1,A1<$E$2),B1,"")
Fill down as far as A and B go
In some cell:
=MAX(C1:C25) (adjust 25 to what your last row is)
Start date in E1
End date in E2
In C1:
=IF(AND(A1>$E$1,A1<$E$2),B1,"")
Fill down as far as A and B go
In some cell:
=MAX(C1:C25) (adjust 25 to what your last row is)
To **array-enter** a formula, after entering
the formula into the cell or formula bar, hold down
<ctrl><shift> while hitting <enter>. If you did this
correctly, Excel will place braces {...} around the formula.
--ron