littlejilly
Board Regular
- Joined
- Sep 8, 2011
- Messages
- 168
Hello all,
I have a workbook which contains two different worksheets. The first sheet ("Unique Codes") has several different lists. In Column B I have each unique code.
In the second sheet ("All codes"), each code is listed again in Column B with an associated price in Column C. Each code could show multiple times and the number for each code varies (anyway from 1-5x).
Going back to my Unique Codes sheet, I need to be able to pull in the associated prices for each code. I previously used a vlookup but my issue here is that it stops once the code is found the first time in All Codes. Someone has previously suggested to me using index, match, and small together to help pull in all assicated prices with a particular code.
Any response would be great, I am not sure how to string the calculation of these three functions together to get to the answer I require. Ideally, it would be great if in Column D of Unique Codes, I can have something that would read all associated prices with the code given in Column B, such as, $1.43, $1.55,...,etc.
Thanks!
I have a workbook which contains two different worksheets. The first sheet ("Unique Codes") has several different lists. In Column B I have each unique code.
In the second sheet ("All codes"), each code is listed again in Column B with an associated price in Column C. Each code could show multiple times and the number for each code varies (anyway from 1-5x).
Going back to my Unique Codes sheet, I need to be able to pull in the associated prices for each code. I previously used a vlookup but my issue here is that it stops once the code is found the first time in All Codes. Someone has previously suggested to me using index, match, and small together to help pull in all assicated prices with a particular code.
Any response would be great, I am not sure how to string the calculation of these three functions together to get to the answer I require. Ideally, it would be great if in Column D of Unique Codes, I can have something that would read all associated prices with the code given in Column B, such as, $1.43, $1.55,...,etc.
Thanks!