kellykivisto
New Member
- Joined
- Oct 30, 2008
- Messages
- 5
I want to match the (Sheet1) clent /group to the (LookupTable)name /group and return the corresponding retention.
Formula i am using in Sheet1 cell-Retention Policy but is returning the wrong retention because I have multiple instances of the client/ name??
=IF(ISNA(MATCH(A2&"/"&B2,LookupTable!A:A&"/"&LookupTable!B:B,0)),"",VLOOKUP(A2,LookupTable!$A$2:$H$100000,3,FALSE))
Problem:
It is only matching and inserting the first instance of the Retention when there are 3 possible answers.
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Client[/TD]
[TD]Group[/TD]
[TD]Retention Policy[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]NetworkDaily-6AM[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Year[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Group[/TD]
[TD]Retention Policy[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]NetworkDaily-6AM[/TD]
[TD]7 Years[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Month[/TD]
[/TR]
</tbody>[/TABLE]
Formula i am using in Sheet1 cell-Retention Policy but is returning the wrong retention because I have multiple instances of the client/ name??
=IF(ISNA(MATCH(A2&"/"&B2,LookupTable!A:A&"/"&LookupTable!B:B,0)),"",VLOOKUP(A2,LookupTable!$A$2:$H$100000,3,FALSE))
Problem:
It is only matching and inserting the first instance of the Retention when there are 3 possible answers.
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Client[/TD]
[TD]Group[/TD]
[TD]Retention Policy[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]NetworkDaily-6AM[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Year[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Group[/TD]
[TD]Retention Policy[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]NetworkDaily-6AM[/TD]
[TD]7 Years[/TD]
[/TR]
[TR]
[TD]potato[/TD]
[TD]Ntwrkr_Daily 4 - 12:00 AM[/TD]
[TD]Month[/TD]
[/TR]
</tbody>[/TABLE]