Hi all,
I've written a for loop that spits back top 10 rankings of a given variable using 6 types of scores. I've used the list command with the required if condition to do this. My question is now how to export this output to excel. I've tried to use putexcel but it's not clear that it's compatible with the output arising from using the list command. Are there alternative commands that could be used to generate this list and compatible with putexcel or a different command to generate output into excel altogether?
Thanks a lot in advance!
I've written a for loop that spits back top 10 rankings of a given variable using 6 types of scores. I've used the list command with the required if condition to do this. My question is now how to export this output to excel. I've tried to use putexcel but it's not clear that it's compatible with the output arising from using the list command. Are there alternative commands that could be used to generate this list and compatible with putexcel or a different command to generate output into excel altogether?
Thanks a lot in advance!
Comment