Forum Discussion
amiddleton-gear
Oct 17, 2019Copper Contributor
formula for populating a cell based on another cell's value
Can anyone tell me whether there is a formula in Excel which will allow me to fill a cell with a value based on a value in another cell + 1? So if cell A1 contains the value '1', the cell with th...
Twifoo
Oct 17, 2019Silver Contributor
Your formula in B1 is simply this:
=A1+1
=A1+1