Not sure which function I should be using as I believe VLOOKUP has its limitations with my issue.
Here's the problem I'm having. I'm totaling the time a specific tool is used in making a specific pastry. Below is my table;
Apple Pie
Step#_Description___Time(min)
1____Make Dough___9
2____Insert Apples__8
3____Mix Together__7
4____Bake_________20
5____More frosting__10
I then, for instance, I want to see how many minutes my spatula was used in the Apple Pie process, so I place a vlookup function that will look like: "
Tool________UsedinSteps____Minutes used Total "
Spatula______1,2,5_________(vlookup fnct. here)
I told the VLOOKUP function to look in the cell to the left ( A COLUMN where the 1,2,5 are) and find the 1 in the table and spit out the 9min time, that I can do. Now, I didn't know how to tell vlookup how to find step 1 and step 2 and step 5 and add their totals (in this case 9min+8min+10min) and spit out 27min under the "minutes used total" column. This is where I am lost, can VLOOKUP (or should I be using another function) search for two or more different items/values(in this case step#) and then find the corresponding values and sum the results together, can it see the comma Delimitor ??? At the moment I have "vlookup___&" / "&vlookup___ ..."and that gives me back "9 / 8 / 10" but I cannot add that together because it sees it as one number. If anyone can point me in the right direction I would GREALTY sppreciate it, perhaps I'm using the incorrect function? Please let me know. Thanks in advance guys!
-J![]()
Bookmarks