Hello
I want to lookup "SAND" not from "sand" in a column so is there any way to use the Match along with vlookup in case sensitive.
Thanks
Arpita
Hello
I want to lookup "SAND" not from "sand" in a column so is there any way to use the Match along with vlookup in case sensitive.
Thanks
Arpita
Maybe something like this?
=INDEX($B$1:$B$3,MATCH(1,FIND(D1,A1:A3,1),0)) - Commit using Ctrl+Shift+Enter
See the file attached
Cheers!
Deep Dave
If you're talking about the MATCH function, you can use this.
This is an array function and as such, you'll need to hold CTRL and SHIFT before pressing ENTER![]()
=MATCH(1,--EXACT(A1:A100,"SAND"),0)
Try the following formula in E1:
=SUMPRODUCT((EXACT(A$1:A$5,D$1)*(B$1:B$5)))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks