gill10ross
New Member
- Joined
- Aug 24, 2011
- Messages
- 2
I'm not sure if this can be done, it is quite complicated.
I have a data sheet that will be filled out by various people, I need to extract the data from this sheet onto various sheets. The sheet is purely text and has 5 columns. The first column determines which sheet the data will be put into; the second column determines the column within that new sheet and the others are the text to be put into the various rows.
An example
Area Day Person Room time
A Mon Mark Blue 50mins
A Tue Don Red 9hrs
D Fri Jon Green 20mins
A Mon James Yellow 15mins
B Wed Hugh Orange 45hrs
I need the information to be put into a sheet corresponding to the area. For Area A it would look like this:
Monday Tuesday Wednesday Thursday Friday
Person Mark Don
Room Blue Red
Time 50mins 9hrs
Person James
Room Yellow
Time 15mins
I have tried using IF and VLOOKUP, but I cannot get it to use only the line that has both values in it, and then I need it to find the second lot of data as well.
Please let me know if this is possible
I have a data sheet that will be filled out by various people, I need to extract the data from this sheet onto various sheets. The sheet is purely text and has 5 columns. The first column determines which sheet the data will be put into; the second column determines the column within that new sheet and the others are the text to be put into the various rows.
An example
Area Day Person Room time
A Mon Mark Blue 50mins
A Tue Don Red 9hrs
D Fri Jon Green 20mins
A Mon James Yellow 15mins
B Wed Hugh Orange 45hrs
I need the information to be put into a sheet corresponding to the area. For Area A it would look like this:
Monday Tuesday Wednesday Thursday Friday
Person Mark Don
Room Blue Red
Time 50mins 9hrs
Person James
Room Yellow
Time 15mins
I have tried using IF and VLOOKUP, but I cannot get it to use only the line that has both values in it, and then I need it to find the second lot of data as well.
Please let me know if this is possible