Making a formula that by inputting a recipe, it gives the list of ingredients?

Teeaamzz

New Member
Joined
Jul 12, 2017
Messages
4
Basically, I have several recipes and I would like to make it so if someone inserts a recipe code/name, it will "look up" and output the list of ingredients. Does anyone have ideas on how I can do this?:confused:
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Re: Need help making a formula that by inputting a recipe, it gives the list of ingredients?

From what i don't see, i had say a VLOOKUP formula or INDEX/MATCH combination.

It will really help to have a sample of your exact problem to help correctly.
 
Upvote 0
Re: Need help making a formula that by inputting a recipe, it gives the list of ingredients?

From what i don't see, i had say a VLOOKUP formula or INDEX/MATCH combination.

It will really help to have a sample of your exact problem to help correctly.


Hey. So I have like 5 recipes (recipe 1,recipe 2, recipe 3, etc.). Each recipe has multiple ingredients so for recipe 1 it could be A, B, C, D, E, F, G, H. That's 8 ingredients. This is a theoretical version of my problem but I should be able to do it if I understand the theoretical version
 
Upvote 0
Re: Need help making a formula that by inputting a recipe, it gives the list of ingredients?

Let say your 5 recipes or in the sheet1 with the name/code in column A and other column contain all ingredient.

In that case, you can use sheet2 to do your search and see all the ingredient

In a specific cell, you will need to write the name/code wit the good syntax (let's say B2)

Then at the cell you want to see the first ingredient you will need VLOOKUP(B2,Sheet1!$A$1:$I$5,2,TRUE)

For the second ingredient VLOOKUP(B2,Sheet1!$A$1:$I$5,3,TRUE)

And so on ...

If you don't want to complicate yourself, this could work perfectly for you.
 
Upvote 0
Re: Need help making a formula that by inputting a recipe, it gives the list of ingredients?

Hey. Thanks very much for the explanation. Have a good day :D
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,022
Members
448,939
Latest member
Leon Leenders

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