I have a number of columns with null values. Is there a simple way to replace all nulls in certain columns without doing a separate formula for each column? I do not want to create any new columns.
Example:
Column A / Column B / Column C - if any of the values in column A, B, or C are null, then replace with 0 in that original column of data
Thank you in advance!