Tricky one

Daiwik

New Member
Joined
Jan 12, 2016
Messages
15
Array
1A
2B
3C
4D
5E
6F
7G
8H
9I

<colgroup><col><col></colgroup><tbody>
</tbody>


Lookup Value Apply Vlookup only
Daiwik1
Daiwik1 value should be "A" and like wise
Daiwik2
Daiwik3
Daiwik4
Daiwik5
Daiwik6
Daiwik7
Daiwik8
Daiwik9

<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
The request is lacking a clear question.
Assuming you want to extract the numeric value from the "Daiwik1" cell and use it as a vlookup reference? It is however unclear if you have other things besides Daiwik in those cells, if the numbers are limited to 1 digit values...

If daiwik is the only thing you'll ever have a formula such as below might suffice:
vlookup(right(A15,len(A15)-6)*1,A$1:B$10,2,0)

This assumes your array is in A1 to B10 and your values you want to look up start from A15.
 
Upvote 0
Hi Noodleski, Question says to extract the numeric value from the "Daiwik1" cell and use it as a vlookup reference. However, numbers are limited to 1 digit values.
and
vlookup(right(A15,len(A15)-6)*1,A$1:B$10,2,0) is working correct..

I too got it as vlookup(value(right(A15,1)),$A$1:$B$9,2,0)

:)
 
Upvote 0

Forum statistics

Threads
1,214,594
Messages
6,120,436
Members
448,964
Latest member
Danni317

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top