I am trying to figure out if there is a way I can return a value from an adjacent cell based on a selection. This is an example of what I am trying to do:
I have a worksheet label "1" in which is need to calculate billing amounts for items which need to be selected from a list. Then I have another worksheet label "LE Rates", which I have a list of items in Column A and a cost per each item in Column B. So I would like to be able to enter this formula in cell C21 in worksheet "1" =A1, and then in cell F21 I would need a formula that based on the selection that is chosen in cell C21, it would return the corresponding value, so in this instance it would return the value in cell B1 from worksheet "LE Rates". If I were to choose =A15 in cell C21, it would return the value in cell F21 as whatever the value is in B15, and so on.
Any help?
I have a worksheet label "1" in which is need to calculate billing amounts for items which need to be selected from a list. Then I have another worksheet label "LE Rates", which I have a list of items in Column A and a cost per each item in Column B. So I would like to be able to enter this formula in cell C21 in worksheet "1" =A1, and then in cell F21 I would need a formula that based on the selection that is chosen in cell C21, it would return the corresponding value, so in this instance it would return the value in cell B1 from worksheet "LE Rates". If I were to choose =A15 in cell C21, it would return the value in cell F21 as whatever the value is in B15, and so on.
Any help?