diogenes10
Technical User
I am trying to create a Social Security Number verification file from payroll masterfile information exported to an Excel spreadsheet.
I have 7 columns of Excel data that have to go into 1 130 column text record. For the text record, each piece of information from the Excel file has to start at a particular position and cannot exceed some number of characters. (For example, the last name has to start at position 16 and cannot be longer than 13 characters.)
I can use the @left function and the & to pull the information out of the Excel columns and insert addition required text and number groups, but that does not give me the control of length or starting position.
What techniques/functions do I need to learn about to do this?
(Basic spreadsheet user and no programming skills.)
Thank you for any suggestions you have for me.
d
I have 7 columns of Excel data that have to go into 1 130 column text record. For the text record, each piece of information from the Excel file has to start at a particular position and cannot exceed some number of characters. (For example, the last name has to start at position 16 and cannot be longer than 13 characters.)
I can use the @left function and the & to pull the information out of the Excel columns and insert addition required text and number groups, but that does not give me the control of length or starting position.
What techniques/functions do I need to learn about to do this?
(Basic spreadsheet user and no programming skills.)
Thank you for any suggestions you have for me.
d