If today is Friday, I need to be able to have an IF statement that will filter by Monday, but if not I need it to autofilter by tomorrows date. What I have now only does tomorrow, using "=IF(J2=TODAY()+1,TRUE,FALSE)", then it filters by true to show tomorrows schedule. What I'm looking for is a...