Try this
In a10:
Formula:
=IF(IFERROR(""&INDEX('Customer Data'!C3:C4,MATCH(A8,CustomerList,0)),"")="",IFERROR(""&INDEX('Customer Data'!I3:I4,MATCH(A8,CustomerList,0)),""),IFERROR(""&INDEX('Customer Data'!C3:C4,MATCH(A8,CustomerList,0)),""))
In a11:
Formula:
=IF(IFERROR(""&INDEX('Customer Data'!I3:I4,MATCH(A8,CustomerList,0)),"")=A10,"",IFERROR(""&INDEX('Customer Data'!I3:I4,MATCH(A8,CustomerList,0)),""))
See attached
Hope this helps![]()
Bookmarks