Sorry if this has been answered already, haven't found any relevant details so far.
I'm trying to import data from an xls/xlsx file using eviews7.
I'm aware I can use the following command:
Code: Select all
import "path/file.xls" range="Sheet!A4:X100" Secondly, I'm also interested in importing the names from excel as well. This seems easy to do if the names are directly above the data, but what if it's a couple rows above the data?
E.g. How would I get the names of the series if it was given in the following format:
Row 1: Name
Row 2:Unwanted details
Row 3:Unwanted details
Row 4:Unwanted details
Row 5: Data starts
...
Row 100: End of Data
Appreciate any help.
Thanks,
osindi
