If I have the following data in B2:

^SP500,"S&P 500","11/7/2011",1247.77,N/A,N/A

And I want to have only 1247.77 in cell B3 how can I do that.
It is dynamic data so it is changing a lot. For example it can change to:
^SP500,"S&P 500","8/8/2011",1253.21,N/A,1256,39
Here I also need only 1253.21.

How is this possible?
Thanks a lot