So far I've been unable to get help with this and am hoping to find it here.
I am using the following formula to calculate points for the first 90 day period(first 90 rows).
IF(H4="","",IF(W4="","",IF(H4>0,IF(W4>0,IF(B4-$B$4<=90,SUM($H$4:H4))))))
Beginning with the 91st row(actual row 94)...