Ok.. I have tried to solve this problem all day and now I am asking for help
What I Have: In excel, I input a value of 101 in cell A1. Next to it, in cell B1, I have a drop down list that shows the units of A1. Now it is Pa. So I have (101 | Pa)
What I want: I change B1 drop down list to atm, and I want it to automatically update the value in cell A1 to 1 | atm.
I have a workaround that requires another cell for the user to input, and then update according to B1 but this is not so clean and professional.
I hope you can understand my question.
You input is appreciated.
Thanks
You will need some VBA for this.
Using a Change event to detect when the units are changed, update original values
Put this in the Workbook module: