Hi,
I would like to do something like this:
In column A there is a list of values. Say 5, 10, and 15. In cell B1 there is a single integer value.
If B1 is 1, cell C1 should be 5.
If B1 is 2, cell C1 should be 10.
If B1 is 3, cell C1 should be 15.
How can I link cell C1 to the values in column A, through cell B1?
Bookmarks