Well, if you're making assumptions about the entered data - that could change unless you have rules in place to prevent it.
Ultimately - request what you absolutely know you want.
If the date criteria should apply to all three, then it's simpler still to do.
SELECT Sum(TRNDR) AS SumOfTRNDR...