billyshears
Board Regular
- Joined
- Aug 29, 2013
- Messages
- 61
Worksheet A I have a range named "CODE"
Worksheet A i have a range named "PRICE"
on Worksheet B, I want to have an index/match formula that will result in an answer from the "PRICE" range based on a variable that matches with data in "CODE". I tried using the following but it does not seem to work:
What am I doing wrong?
Worksheet A i have a range named "PRICE"
on Worksheet B, I want to have an index/match formula that will result in an answer from the "PRICE" range based on a variable that matches with data in "CODE". I tried using the following but it does not seem to work:
What am I doing wrong?
=INDEX(INDIRECT(PRICE),MATCH(D15,(INDIRECT(CODE)))) |