I have a sheet containing work tasks and associated hazards:
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Task1[/TD]
[TD]Hazard 1[/TD]
[TD]Control 1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hazard 2[/TD]
[TD]Control 2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hazard 3[/TD]
[TD]Control 3[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]Hazard 4[/TD]
[TD]Control 4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hazard 5[/TD]
[TD]Control 5[/TD]
[/TR]
</TBODY>[/TABLE]
For each task there may be up to 6 separate hazards.
In a new sheet i want to select the Task from a drop-down menu in A1 then using Vlookup, populate B1:B3 with corresponding Hazards, C1:C3 with corresponding controls etc.
I am a novice, i have a little bit of experience with Vlookup, but i wonder if MATCH or INDEX would be better suited?
Any help appreciated!!
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Task1[/TD]
[TD]Hazard 1[/TD]
[TD]Control 1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hazard 2[/TD]
[TD]Control 2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hazard 3[/TD]
[TD]Control 3[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]Hazard 4[/TD]
[TD]Control 4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hazard 5[/TD]
[TD]Control 5[/TD]
[/TR]
</TBODY>[/TABLE]
For each task there may be up to 6 separate hazards.
In a new sheet i want to select the Task from a drop-down menu in A1 then using Vlookup, populate B1:B3 with corresponding Hazards, C1:C3 with corresponding controls etc.
I am a novice, i have a little bit of experience with Vlookup, but i wonder if MATCH or INDEX would be better suited?
Any help appreciated!!