hi please help me to use vlookup to find the phone codes correct or not
hi please help me to use vlookup to find the phone codes correct or not
Try this
=LEFT(TRIM(SUBSTITUTE(A2,"(","")),3)+0=VLOOKUP(B2,$A$11:$B$16,2,0)
Cheers!
Deep Dave
Try this...
=--MID(A2,IF(LEFT(A2,1)="(",2,1),3)=VLOOKUP(B2,$A$11:$B$16,2,0)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Thanks a lot it worked
Happy to help and thanks for the feedback![]()
Glad it helped..![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks