I have an excel sheet in which 24 consecutive columns(row 2, columns A-X) have a numerical values in the same row based on other information in the sheet. The value can go up or down depending what numbers are below it (sales or purchases). For example the value in each cell is 100 units, but I want it to be 180 units. I need to sell 80 more units to get to the desired number of 180 units.
Is there code that a Macro Button can be pressed by the user so that depending on value of the cells in row 2 a sale or purchase number will be created so that total units equals 180?
Is there code that a Macro Button can be pressed by the user so that depending on value of the cells in row 2 a sale or purchase number will be created so that total units equals 180?