Hello,

I have several CELLS with lengthy formulas and numeric values. When I edit the inputs, some of the numbers in my CELLS become negative and I want to prevent them from doing so. I want the CELLS to reflect the maximum of 0 and the formula output. I know that I can fix it by adding =MAX(0,FORMULA) to each cell, but that would be very time consuming. Is there a way to add the max function to several cells simultaneously?

Thanks in advance