I have two worksheets. In first one, user selects an item from drop down menu and second sheet contains all the items and associated numbers for each item.
When a user selects Item4 from drop down menu, vlookup gets the associated numbers for it in next cell. Now, I need to have button/checkbox/anything that can divide, multiply or revert back to original the number associated with the item number.
Eg. Sheet2 got Item1 that values 1, 5, 0 each in their own cell.
Below is Item2 that got values 0, 5, 0
Sheet1 allow user select multiple items below each other and at last there is SUM function which sums all numbers in each column (1+5, 5+5, 0+0)
What is hard here, is when user wants to divide Item1's values by 2 to 0,5 - 2,5 - 0 without rendering the vlookup formula useless.
Solved by K. Y. in 28 mins