Do you want to clip them or scale everything, i.e., normalize? In any case, you can do something like Q.f[i,j := if(Q.f[i,j]<=1 , Q.f[i,j , 1),
where i,j are predefined indexes , or scale to the max value or whatever
In the future, please post a live worksheet, rather than a picture. While it didn't make any difference this time, there may be other occasions where the live sheet would be infinitely more useful.