Hi,
I want to add a button either side of a cell to decrease/increase the value of the middle cell by 1. I know how to do this the long winded way by adding an individual button and targeting the specific cell, but going into the macro code to edit the target cell for will take ages, especially since I've got multiple columns/rows I want to do this too.
Breakdown of what I'm after: lets say I have 3 columns (A, B C),
Column A - Button to decrease value in B by 1
Column B - Value - affected by button in column A/C
Column C - Button to increase value in B by 1
I don't mind if this is a button or just on cell click within the spreadsheet
Hopefully there's an easy way to do this
Thanks
I want to add a button either side of a cell to decrease/increase the value of the middle cell by 1. I know how to do this the long winded way by adding an individual button and targeting the specific cell, but going into the macro code to edit the target cell for will take ages, especially since I've got multiple columns/rows I want to do this too.
Breakdown of what I'm after: lets say I have 3 columns (A, B C),
Column A - Button to decrease value in B by 1
Column B - Value - affected by button in column A/C
Column C - Button to increase value in B by 1
I don't mind if this is a button or just on cell click within the spreadsheet
Hopefully there's an easy way to do this
Thanks