Hi Mike,
I just just realize that you want other sheets to be back trailed on the date as well. So please give us some small sample data at least these three: symbol, open date, close date.
Bebo (reputable so you're in good hands) is also willing to help but need some form of sample data as well.
EDIT:
I think you can add another sumproduct to equation if you want to backtrack to the previous month (Not really sure just breaking it down logically):
=SUMPRODUCT(($F$9:$F$1000=F9),(($AC$9:$AC$1000)>=K9 - 31)) + SUMPRODUCT((Jan!$F$9:$F$1000=F9),((Jan!$AC$9:$AC$1000)>=K9 - 31))>1
Disclosure: Sorry, I've only been doing (I think as described) intermediate excel for about 2-3 months spare time (only used simple arithmetic formula and create a pretty checklist) so I'm no expert by any means but wanted to grow by providing help(or jumping in the lions den).
Bookmarks