derekstewart
MIS
I have 2 sets of prices and would like to match the two closest of the two sets. Here's an example:
Item#/LowPrice/MedPrice/HighPrice/Our1stPrice/Our2ndPrice/Our3rdprice.
445543/$2/$4/$6/$3.50/$8.00/$1.25
I want to find the value from the last 3 that most closely matches a value from the first 3. In this case the 3.50 most closely matches $4. I would like to return both the $3.50 and the $4.
445543/$4/$3.50
Any suggestions? Thanks.
Item#/LowPrice/MedPrice/HighPrice/Our1stPrice/Our2ndPrice/Our3rdprice.
445543/$2/$4/$6/$3.50/$8.00/$1.25
I want to find the value from the last 3 that most closely matches a value from the first 3. In this case the 3.50 most closely matches $4. I would like to return both the $3.50 and the $4.
445543/$4/$3.50
Any suggestions? Thanks.