I would like to get a single value, the closing price, from this formula:
=GoogleFinance(\"NASDAQ:AAPL\", \"close\", \"12/13/2012\", 1, 1)
Ins
You can use the INDEX function:
=INDEX(GoogleFinance("NASDAQ:AAPL";"close";"12/13/2012";1;1);2;2)