Hello
I have several Excel-Files which contains among others the following information:
A B C D E F
1
2
3
4 Name Project1
5
6
7
8
9
10 TimeDistribution Hours
11 0001 ProjecMember1 12
12 0002 ProjectMember2 32
13 0003 ProjectMember3 11
14
15
16
There are several Excel-Files which contains such information, there could be more projectmembers quoted or less or equal.
I want to extract from each of these Excel-Files and put it
in a new Excel-File which should contain the following information:
Projektname MemberId MemberName Hours
zB. Projekt1 0001 ProjectMember3 11
It could be possible that the information in the several
Excel-Sheets are placed not everytime at the same row for example. So maybe I have to look for the Name cell and take
the column next to this cell or I have to look for the TimeDistribution and then parse all ProjectMembers as long as there is a projectmember quoted.
Can anybody help in developing the solution for that? that would be great.
Regards
PS:the submission of the posting destroyed the formatting a little bit. the rows are correct, the name is placed in column A, the actual projectname in column B, the time distribution is in column A, the memberids in column A, the memberNames in project B and the Hours in column F.
I have several Excel-Files which contains among others the following information:
A B C D E F
1
2
3
4 Name Project1
5
6
7
8
9
10 TimeDistribution Hours
11 0001 ProjecMember1 12
12 0002 ProjectMember2 32
13 0003 ProjectMember3 11
14
15
16
There are several Excel-Files which contains such information, there could be more projectmembers quoted or less or equal.
I want to extract from each of these Excel-Files and put it
in a new Excel-File which should contain the following information:
Projektname MemberId MemberName Hours
zB. Projekt1 0001 ProjectMember3 11
It could be possible that the information in the several
Excel-Sheets are placed not everytime at the same row for example. So maybe I have to look for the Name cell and take
the column next to this cell or I have to look for the TimeDistribution and then parse all ProjectMembers as long as there is a projectmember quoted.
Can anybody help in developing the solution for that? that would be great.
Regards
PS:the submission of the posting destroyed the formatting a little bit. the rows are correct, the name is placed in column A, the actual projectname in column B, the time distribution is in column A, the memberids in column A, the memberNames in project B and the Hours in column F.