Hi,
I have many cells each with different formulas for example:
A1=G14/(1-$J$1)
A2=G15/(1-$J$1)
A3=G16/(1-$J$1)
A4=G17/(1-$J$1)
What I would like to do is to quickly insert the same if statement or at least partially in each cell above without having to change the pre-existing formula like below:
A1=If(B3="Yes",G14/(1-$J$1),0)
A2=If(B3="Yes",G15/(1-$J$1),0)
A3=If(B3="Yes",G16/(1-$J$1),0)
A4=If(B3="Yes",G17/(1-$J$1),0)
I hope it makes sense and thank you in advance for your help.
Kind regards,
Bruno
I have many cells each with different formulas for example:
A1=G14/(1-$J$1)
A2=G15/(1-$J$1)
A3=G16/(1-$J$1)
A4=G17/(1-$J$1)
What I would like to do is to quickly insert the same if statement or at least partially in each cell above without having to change the pre-existing formula like below:
A1=If(B3="Yes",G14/(1-$J$1),0)
A2=If(B3="Yes",G15/(1-$J$1),0)
A3=If(B3="Yes",G16/(1-$J$1),0)
A4=If(B3="Yes",G17/(1-$J$1),0)
I hope it makes sense and thank you in advance for your help.
Kind regards,
Bruno