projectile
Board Regular
- Joined
- Dec 14, 2007
- Messages
- 193
I have a multiple criteria lookup to return email address in Sheet1!$H:$H
First i need to match company number , e.g. E6 = 00001 against column Sheet1!$B:$B
if that is true, then match Contact name,
e.g. T6 = John against column Sheet1!$G:$G
if that is also true, then return email address from Sheet1!$H:$H
=INDEX(Sheet1!$H:$H,MATCH(1,(Sheet1!$B:$B=E6)*(Sheet1!$G:$G=T6),0))
I tried the above , but it complains about #NUM!
Please help
First i need to match company number , e.g. E6 = 00001 against column Sheet1!$B:$B
if that is true, then match Contact name,
e.g. T6 = John against column Sheet1!$G:$G
if that is also true, then return email address from Sheet1!$H:$H
=INDEX(Sheet1!$H:$H,MATCH(1,(Sheet1!$B:$B=E6)*(Sheet1!$G:$G=T6),0))
I tried the above , but it complains about #NUM!
Please help