Hi, I have cells with formulas in them from B2:CT80. I have set the formulas to either return a number or "". I would only like to print the cells that have a number greater than or EQUAL to zero.

I want the rows fixed from 1 to 82, but i would like the columns to be dynamic depending on if the cells are filled or not.

For example I would like it to always print B2:B80 (having the rows fixed), but I would like to the Columns (C, B, D, etc..) to only print if the columns are greater than or equal to zero.

Thanks.