Good afternoon,
I have been using some array formulas to pull data from multiple books. This particular formula seemed to be working but is actually just pulling the rows in order opposed to based off the date range specified. I'm not sure what I'm missing and help would be greatly appreciated.
The formula I am currently using (placed in B2):
=IF(ROWS(B$2:B2)>$Q$1,"",INDEX(Overview!B2:B16,SMALL(IF((Overview!$B$2:$B$16>=$O$1)*(Overview!$B$2:$B$16<=$P$1),ROW(Overview!B2:B16)-ROW(Overview!B2:B16)+1),ROWS(B$2:B2))))
In Cell Q1:
=SUMPRODUCT((Overview!$B$2:$B$25>=$O$1)*(Overview!$B$2:$B$25<=$P$1))
Cells O1 and P1 contain the date range
Any and all help is greatly appreciated
I have been using some array formulas to pull data from multiple books. This particular formula seemed to be working but is actually just pulling the rows in order opposed to based off the date range specified. I'm not sure what I'm missing and help would be greatly appreciated.
The formula I am currently using (placed in B2):
=IF(ROWS(B$2:B2)>$Q$1,"",INDEX(Overview!B2:B16,SMALL(IF((Overview!$B$2:$B$16>=$O$1)*(Overview!$B$2:$B$16<=$P$1),ROW(Overview!B2:B16)-ROW(Overview!B2:B16)+1),ROWS(B$2:B2))))
In Cell Q1:
=SUMPRODUCT((Overview!$B$2:$B$25>=$O$1)*(Overview!$B$2:$B$25<=$P$1))
Cells O1 and P1 contain the date range
Any and all help is greatly appreciated