Quote:
Originally Posted by streetcat
That is, Sheet 1 should have the following columns: Stock Name, Closing price and % of change.
|
Try Vlookup or Index/Match functions
Code:
=VLOOKUP(A2;Sheet2!$A$2:$B$27;2;FALSE)
Code:
=INDEX(Sheet2!$B$2:$B$27;MATCH(A15;Sheet2!$A$2:$A$27;0))
see attach