Solved: Best Practice Lookup
Hi,
I would like some opinions on best practice to solve the following problem.
I need to create a permanent list, two columns wide, by unknown length. I need the first column to be a value to be looked up and the second the be the value returned. E.g.
A, 10
B, 30
C, 50
where b would return 30 etc.
I don't really want to do this inside of the same workbook since I want it to be able to be used across workbooks, later as an add-in, which I'll come to in good time. For now though that's my challenge and I'd appreciate any advice / a pointer in the right direction!
PS. To further compliate matters, I'd also like to be able to add to this list if the searched for vlue isn't already in the list.. e.g.
searching for D, not there, user-input to add 'D, 10' to the list and return 10, save the list permanently.
Many thanks, as ever,
Scott