Catering excel file

jturn

New Member
Joined
Apr 4, 2011
Messages
8
I've created a catering file in Excel for our restaurant. Within this file I have 3 worksheets. The first worksheet is an items list that consist of 3 columns: item name, unit size, unit price. The 2nd worksheet is a form that contains info about the event including a table where we will enter the selected items from the first worksheet. I want this table to consist of 4 columns: amount, item name, unit price, extended price. I would like to have a drop down menu in each cell of "item name" column and have the associated unit price carry over as well. All this information will be linked into the 3rd worksheet which is a preformatted invoice. My challenge is getting the unit pricing to come over to the 2nd worksheet when selecting an item from the drop down list.

I appreciate any advice
jsturn
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Sounds like you know how to do the drop down, so I will skip that.

Assuming Item is in column A and unit price in column C on your "List" tab and Item is in column B and price in column C on your Event tab.
Enter this formula in c2
Code:
=VLOOKUP(B2,List!$A:$C,3,False)
 
Upvote 0

Forum statistics

Threads
1,224,526
Messages
6,179,322
Members
452,906
Latest member
Belthazar

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