Hi,
Below is a screenshot of my data (still in csv format). The highlighted rows (in yellow) are the right format. Due to a data entry error in the un-highlighted rows, the SYSTEMID column has incorrect data entered. To correct this, I need all data in the variables to the right of SYSTEMID moved over one to the left for the un-highlighted columns. If I write an "if" statement to identify observations with incorrect data entered, is there a command that will help shift all the data over to the left by one column from all variables to the right of SYSTEMID?
Thanks,
karishma
Below is a screenshot of my data (still in csv format). The highlighted rows (in yellow) are the right format. Due to a data entry error in the un-highlighted rows, the SYSTEMID column has incorrect data entered. To correct this, I need all data in the variables to the right of SYSTEMID moved over one to the left for the un-highlighted columns. If I write an "if" statement to identify observations with incorrect data entered, is there a command that will help shift all the data over to the left by one column from all variables to the right of SYSTEMID?
Thanks,
karishma
Comment