luis_marques
Member
My data set is a row with personal data of students.
I would like to extract the name of student, but in this file the name comes together the field name like this: name: John Doe
I would like to extract all the names but removing the field name in the column A1. The rows which are blank between each student data set is variable.
Example of this file:
A1
Personal data
Name:John Doe
City: Mumbai
Cel phone: 99-99999
Personal data
Name:Dart Vader
City: Gothan City
Cel phone:999-0000
The expected result:
B1
John Doe
Dart Vader
Thanks in advance
I would like to extract the name of student, but in this file the name comes together the field name like this: name: John Doe
I would like to extract all the names but removing the field name in the column A1. The rows which are blank between each student data set is variable.
Example of this file:
A1
Personal data
Name:John Doe
City: Mumbai
Cel phone: 99-99999
Personal data
Name:Dart Vader
City: Gothan City
Cel phone:999-0000
The expected result:
B1
John Doe
Dart Vader
Thanks in advance