<div dir="ltr"><div><div><div><div><div><div><div>I am trying to get started and have made a work sheet containing country and mean life expectancy. (This data I downloaded.) If it were CSV I could import it but it has a space between the country string and the number.<br>
</div>I saw there was something like val=table[,2] to pick the second value from the table but I don't know how to make that happen here.<br></div>I can press the Code key and it generates code to do basic statistics, but I don't know how to modify the code to pick up the second value in my data.<br>
</div>Obviously it can't do the basic statistics because of the country string I have fouling up the works.<br><br></div>Maybe there is a method to split the data into 2 variables but I haven't figured out how to do such a thing.<br>
<br></div>In short, how do I get it to do something useful for me?<br><br></div>Thanks,<br></div>Ilan<br><br></div>