Good evening,

Is there a "smart" way to substitute positive numbers in an array with zeroes?

So instead of an array like ={3,2,1,0,-1,-2} you would get ={0,0,0,0,-1,-2}

I managed to get it with an IF cycle but it would make the general formula extremely messy

thanks for the help