I have a data table with 6 columns:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Week#[/TD]
[TD]Associate[/TD]
[TD]Area[/TD]
[TD]Promises[/TD]
[TD]Hrs[/TD]
[/TR]
[TR]
[TD]01/01/14[/TD]
[TD]1[/TD]
[TD]Jane[/TD]
[TD]North Shore[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]01/15/14[/TD]
[TD]3[/TD]
[TD]Ian[/TD]
[TD]Aberdeen[/TD]
[TD]5[/TD]
[TD].5[/TD]
[/TR]
[TR]
[TD]01/01/14[/TD]
[TD]1[/TD]
[TD]Lewis[/TD]
[TD]Aberdeen[/TD]
[TD]2[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
How would you return the "Promises" if the date, associate and area all match the criteria.
I can't find the right combination of IF, VLOOKUP, INDEX and MATCH. Or maybe there's another way around I'm not seeing?
Thanks.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Week#[/TD]
[TD]Associate[/TD]
[TD]Area[/TD]
[TD]Promises[/TD]
[TD]Hrs[/TD]
[/TR]
[TR]
[TD]01/01/14[/TD]
[TD]1[/TD]
[TD]Jane[/TD]
[TD]North Shore[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]01/15/14[/TD]
[TD]3[/TD]
[TD]Ian[/TD]
[TD]Aberdeen[/TD]
[TD]5[/TD]
[TD].5[/TD]
[/TR]
[TR]
[TD]01/01/14[/TD]
[TD]1[/TD]
[TD]Lewis[/TD]
[TD]Aberdeen[/TD]
[TD]2[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
How would you return the "Promises" if the date, associate and area all match the criteria.
I can't find the right combination of IF, VLOOKUP, INDEX and MATCH. Or maybe there's another way around I'm not seeing?
Thanks.