Fairly new to VBA and would like some help on a problem with overwriting existing values in a column with a formula only if the value of the cell in the next column (same row) is not blank otherwise leave the pre-existing formula alone. So if the other cell in another column is blank then leave the formula alone. Any suggestions? I was using the formula, = IF( ISERROR(IF(ISBLANK(AB9),R9,AL9)), 0, IF(ISBLANK(AB9),R9,AL9)) to populate the column, but later realized that it overwritten the old formula in in the R column and that's not what I wanted. Thanks in advance.
Andres
Andres