If you have a group on {table.name} in the main report, you can create a formula like this:
if sum({table.hours},{table.name}) >= 60 then
{table.hours}
Add this formula as your summary field instead of your current one.
Then go into report->selection formula->GROUP and enter:
sum({table.hours},{table.name}) >= 60
-LB