Hi,
I am trying to create a vlookup based on multiple criteria but not quite sure how best to do this. I tried this formula but doesn't output how I want it to.
=VLOOKUP(G1055&B1055,'App Lookup'!$G$23:$J$36,3)
Below is my lookup table, tab called App Lookup.
My App_Data tab needs to be something like:
if app_no = 78 regardless of app_name then App Declined
if app_no = 85 regardless of app_name then App Declined
if app_no = 85 AND app_name = MOR then App Comp
else ignore app_no and where it matches the APP_NAME value then Output_Description
I am trying to create a vlookup based on multiple criteria but not quite sure how best to do this. I tried this formula but doesn't output how I want it to.
=VLOOKUP(G1055&B1055,'App Lookup'!$G$23:$J$36,3)
Below is my lookup table, tab called App Lookup.
My App_Data tab needs to be something like:
if app_no = 78 regardless of app_name then App Declined
if app_no = 85 regardless of app_name then App Declined
if app_no = 85 AND app_name = MOR then App Comp
else ignore app_no and where it matches the APP_NAME value then Output_Description
App_Name | App_No | Output_Description |
78 | App Declined | |
85 | App Declined | |
MOR | 85 | App Comp |
MOR | App Comp | |
PUP | App Processing | |
ETS | App Withdrawn |