Hi guys
I'm sure this question must have been asked before, but I couldn't find a solution searching previous answers.
I have an Excel database like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Initial[/TD]
[TD]Name[/TD]
[TD]Item1[/TD]
[TD]Item2[/TD]
[TD]Item3[/TD]
[TD]Item4[/TD]
[TD]Item5[/TD]
[/TR]
[TR]
[TD]dws[/TD]
[TD]Dietrich[/TD]
[TD]10[/TD]
[TD]20[/TD]
[TD]30[/TD]
[TD]40[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]mz[/TD]
[TD]Mary[/TD]
[TD]20[/TD]
[TD]25[/TD]
[TD]35[/TD]
[TD]45[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]im[/TD]
[TD]Ingrid[/TD]
[TD]30[/TD]
[TD]36[/TD]
[TD]46[/TD]
[TD]56[/TD]
[TD]66[/TD]
[/TR]
</tbody>[/TABLE]
I need to retrieve the value of an item based on input in two cells, like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]mz[/TD]
[TD]Item3[/TD]
[TD]??[/TD]
[/TR]
</tbody>[/TABLE]
I need a formula in the third cell that can cross reference the initial ("mz" in this case) with the item code ("Item3") and pull through the correct value (in this case "35") to cell 3.
In my real scenario I have about 12 employees with approximately twenty items. I therfore assume that the formulas can be used to reference to a range (the table in this instance), but this is not a neccesity (only an option to make the formulas easier).
Thank you for your help!
Regards
Wessel
I'm sure this question must have been asked before, but I couldn't find a solution searching previous answers.
I have an Excel database like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Initial[/TD]
[TD]Name[/TD]
[TD]Item1[/TD]
[TD]Item2[/TD]
[TD]Item3[/TD]
[TD]Item4[/TD]
[TD]Item5[/TD]
[/TR]
[TR]
[TD]dws[/TD]
[TD]Dietrich[/TD]
[TD]10[/TD]
[TD]20[/TD]
[TD]30[/TD]
[TD]40[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]mz[/TD]
[TD]Mary[/TD]
[TD]20[/TD]
[TD]25[/TD]
[TD]35[/TD]
[TD]45[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]im[/TD]
[TD]Ingrid[/TD]
[TD]30[/TD]
[TD]36[/TD]
[TD]46[/TD]
[TD]56[/TD]
[TD]66[/TD]
[/TR]
</tbody>[/TABLE]
I need to retrieve the value of an item based on input in two cells, like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]mz[/TD]
[TD]Item3[/TD]
[TD]??[/TD]
[/TR]
</tbody>[/TABLE]
I need a formula in the third cell that can cross reference the initial ("mz" in this case) with the item code ("Item3") and pull through the correct value (in this case "35") to cell 3.
In my real scenario I have about 12 employees with approximately twenty items. I therfore assume that the formulas can be used to reference to a range (the table in this instance), but this is not a neccesity (only an option to make the formulas easier).
Thank you for your help!
Regards
Wessel