HELP!!!!!!!!!!!!!
I cannot figure this out. I've attached my test file.
Pseudocode: If(x = blank, find the name in column c and return value from branch tab, but if column c = "p", or ="q", then do a vlookup in the location tab.)
If x is not blank, return value.
The first vLookup works, it's the second one with the embedded if statement that is not working.
=IF(F5="",IFERROR(VLOOKUP(C5,MB!D:E,2, FALSE),VLOOKUP(E5,EL!A:B,IF((B5="p")+(B5="q")+ (B5="ml"),2,))),F5)
Bookmarks