Hello,
I'm really struggling with this one. I believe I need to use an index match lookup combo. The goal is to pull information from sheet 1 into other "forms" (pre-populated sheets) in a workbook. I would like to return all information from column C that has the correct text in columns A, B and D. I'm only looking to meet these three criteria: base bid, fire alarm and quoted:
[TABLE="width: 350"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Base Bid
[/TD]
[TD]Nurse Call[/TD]
[TD][TABLE="width: 117"]
<tbody>[TR]
[TD="width: 117"]Pull Cord[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Base Bid[/TD]
[TD]Nurse Call[/TD]
[TD][TABLE="width: 117"]
<tbody>[TR]
[TD="width: 117"]Dome Light[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Base Bid[/TD]
[TD]Fire Alarm[/TD]
[TD]Smoke Det[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Base Bid[/TD]
[TD]Fire Alarm[/TD]
[TD]Heat Det[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Base Bid[/TD]
[TD]Fire Alarm[/TD]
[TD]Pull Station[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Base Bid[/TD]
[TD]Security[/TD]
[TD]Door Contact[/TD]
[TD]Quoted[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 I have labeled "Fire Alarm". So on sheet 2:
A1 would read "Smoke Det"
A2 would read "Heat Det"
A3 would read "Pull Station"
I would be very grateful for an answer!
Thank you
I'm really struggling with this one. I believe I need to use an index match lookup combo. The goal is to pull information from sheet 1 into other "forms" (pre-populated sheets) in a workbook. I would like to return all information from column C that has the correct text in columns A, B and D. I'm only looking to meet these three criteria: base bid, fire alarm and quoted:
[TABLE="width: 350"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Base Bid
[/TD]
[TD]Nurse Call[/TD]
[TD][TABLE="width: 117"]
<tbody>[TR]
[TD="width: 117"]Pull Cord[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Base Bid[/TD]
[TD]Nurse Call[/TD]
[TD][TABLE="width: 117"]
<tbody>[TR]
[TD="width: 117"]Dome Light[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Base Bid[/TD]
[TD]Fire Alarm[/TD]
[TD]Smoke Det[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Base Bid[/TD]
[TD]Fire Alarm[/TD]
[TD]Heat Det[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Base Bid[/TD]
[TD]Fire Alarm[/TD]
[TD]Pull Station[/TD]
[TD]Quoted[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Base Bid[/TD]
[TD]Security[/TD]
[TD]Door Contact[/TD]
[TD]Quoted[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 I have labeled "Fire Alarm". So on sheet 2:
A1 would read "Smoke Det"
A2 would read "Heat Det"
A3 would read "Pull Station"
I would be very grateful for an answer!
Thank you