Vlook up Help- Trying to match customers with sales person, but names are not exact
Vlook up Help- Trying to match customers with sales person, but names are not exact
try pivot table for that.
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
or perhaps vlookup() with a wildcard?
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
Sheet 1 =
Cell A1
Acct Name
blah inc
Sheet 2 =
Cell A1
Blah
Cell B1
Sales rep
How should I pivot that? I have tried and can not figure it out.
try something like this...
=vlookup(b1&"*",A1:B20,2,0)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks