Fill from price list

Jillwill

New Member
Joined
Sep 23, 2019
Messages
1
I have a sheet where column A is the product and column B is the price. I have a separate sheet with the price list. Column A has a drop box to choose a product from the list in the price list sheet. I'd like to price to automatically fill in Column B based on the value in Column A. I can't figure out what function/formula to use for this. Help!!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Welcome to the forum.
Have you tried VLOOKUP?

If you need help, please try to post a sample of your Sheet(s).

AppleBanana
Pear
Banana
Raspberry
Strawberry

<colgroup><col style="mso-width-source:userset;mso-width-alt:3657;width:75pt" width="100"> <col style="width:48pt" width="64" span="2"> <col style="mso-width-source:userset;mso-width-alt:3584;width:74pt" width="98"> <col style="width:48pt" width="64"> </colgroup><tbody>
[TD="width: 100"]Product[/TD]
[TD="width: 64"]Price[/TD]
[TD="width: 64"][/TD]
[TD="width: 98"]Find[/TD]
[TD="width: 64"]Price[/TD]

[TD="align: right"]10[/TD]

[TD="align: right"]30[/TD]

[TD="align: right"]20[/TD]

[TD="align: right"]30[/TD]

[TD="align: right"]40[/TD]

[TD="align: right"]50[/TD]

</tbody>

Where the "30" comes from a VLOOKUP of the value (e.g., banana) picked from the drop down: =IFERROR(VLOOKUP(D2,A2:B6,2,FALSE),"")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,219
Members
452,619
Latest member
Shiv1198

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top