ShiftyThor
New Member
- Joined
- Mar 4, 2013
- Messages
- 14
Hi Guys,
I am trying to wrap my head around the HLOOKUP function or which ever one is the best.
I need to have an answer cell lookup a value from a drop down menu as below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Price
[/TD]
[TD]Product
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]PPN
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]HD
[/TD]
[/TR]
</tbody>[/TABLE]
That will be on one sheet. "Product" has a drop down menu for the different products.
The sheet with all he information is as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Price
[/TD]
[TD]Product
[/TD]
[/TR]
[TR]
[TD]1.90
[/TD]
[TD]PPN
[/TD]
[/TR]
[TR]
[TD]2.10
[/TD]
[TD]HD
[/TD]
[/TR]
</tbody>[/TABLE]
Basically the first sheet is like an order form, and the second sheet just has the prices. I would like to select the drop down menu on the first sheet (I have already made the drop down menu) and when a value is selected to check on the second sheet and pick the price which will show on sheet1 A1.
Many thanks
I am trying to wrap my head around the HLOOKUP function or which ever one is the best.
I need to have an answer cell lookup a value from a drop down menu as below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Price
[/TD]
[TD]Product
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]PPN
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]HD
[/TD]
[/TR]
</tbody>[/TABLE]
That will be on one sheet. "Product" has a drop down menu for the different products.
The sheet with all he information is as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Price
[/TD]
[TD]Product
[/TD]
[/TR]
[TR]
[TD]1.90
[/TD]
[TD]PPN
[/TD]
[/TR]
[TR]
[TD]2.10
[/TD]
[TD]HD
[/TD]
[/TR]
</tbody>[/TABLE]
Basically the first sheet is like an order form, and the second sheet just has the prices. I would like to select the drop down menu on the first sheet (I have already made the drop down menu) and when a value is selected to check on the second sheet and pick the price which will show on sheet1 A1.
Many thanks