Hi Everyone,
I've been trying a number of different combinations but nothing is working so far. I am trying to do a formula that if a cell is blank then to do a sum. The "sum" part works fine:
=IF(G3>3,"yes","no")
but what I can't do if for it to only perform the sum where the cell is blank (so to not perform the formula if there is a number already in the cell). This is what I have:
=IF(ISBLANK(I11),(I3>3,"yes","no"))
I've looked at a lot of formulas online, but I can't quite make it work. Is anyone able to help?
Thank you so much.
I've been trying a number of different combinations but nothing is working so far. I am trying to do a formula that if a cell is blank then to do a sum. The "sum" part works fine:
=IF(G3>3,"yes","no")
but what I can't do if for it to only perform the sum where the cell is blank (so to not perform the formula if there is a number already in the cell). This is what I have:
=IF(ISBLANK(I11),(I3>3,"yes","no"))
I've looked at a lot of formulas online, but I can't quite make it work. Is anyone able to help?
Thank you so much.