Thanks for the help, here is the formula that I am using currently. Are there any draw backs to it's usage?
=SUM(IF(W3:W500="Open",IF(F3:F500<=(TODAY()-AA19),E3:E500,0),0))
In the formula, AA19 contains the number of days to base the calculation on per user input.