Noobllianz
New Member
- Joined
- Jul 1, 2018
- Messages
- 18
Hi peeps!
I'm trying to nest a double vlookup with a search function to search partial words.
Any help!
A B C D E F
1 Customer Name Customer No# Order # Order Price Order Date Description
2 John Doe Cust001 1000item $1000 2011/01/01 Laptop
3 Jane Doe Cust002 2000item $2000 2012/01/01 Monitor
4 John Smith Cust003 3000item $3000 2013/01/01 Motherboard
5 Jane Smith Cust004 4000item $4000 2014/01/01 Keyboard
6 Doe Smith Cust005 5000item $5000 2015/01/01 Mouse
7 John Doe Cust001 6000item $6000 2016/01/01 SSD
I am currently using
=IFERROR(VLOOKUP(SMALL(IF(IF(ISERROR(SEARCH($Z$1,$A2:$A7&" "&$B$2:$B$7)),FALSE,TRUE),ROW($C$2:$C$7)),$Y2),CHOOSE({1,2},ROW($C$2:$C$7),$A2:$A7),2,0),"")
How can I double vlookup within this similar formula.
Thank you
I'm trying to nest a double vlookup with a search function to search partial words.
Any help!
A B C D E F
1 Customer Name Customer No# Order # Order Price Order Date Description
2 John Doe Cust001 1000item $1000 2011/01/01 Laptop
3 Jane Doe Cust002 2000item $2000 2012/01/01 Monitor
4 John Smith Cust003 3000item $3000 2013/01/01 Motherboard
5 Jane Smith Cust004 4000item $4000 2014/01/01 Keyboard
6 Doe Smith Cust005 5000item $5000 2015/01/01 Mouse
7 John Doe Cust001 6000item $6000 2016/01/01 SSD
I am currently using
=IFERROR(VLOOKUP(SMALL(IF(IF(ISERROR(SEARCH($Z$1,$A2:$A7&" "&$B$2:$B$7)),FALSE,TRUE),ROW($C$2:$C$7)),$Y2),CHOOSE({1,2},ROW($C$2:$C$7),$A2:$A7),2,0),"")
How can I double vlookup within this similar formula.
Thank you