G
Guest
I have written an IF formula in which if the condition is not satisfied it enters a cell reference in text format (e.g., =IF(a2>3,a2+b3,"b15")). The problem is that when I copy this formula the cell reference will obviously stay "b15" but in actuality I do want it to change as I copy the formula across (e.g., b16, b17, b18, etc.). Is there a way to rewrite the formula so that I don't have to make these changes manually? Thanks in advance for your assistance.