@MikeERPG My approach would be to make a formula that returned 1 if the date was after today and 0 if it wasn't, then group by transaction and throw a sum in your formula. Then on your criteria exclude all those transactions where the formula doesn't return 0. Going to be tricky/impossible if you then need to return line item data on that same search, but the approach I suggest should work if you just want to know the transactions themselves. Could always do a vlookup to pull the sublist data as a second step, or maybe someone else has a more clever/elegant solution.