Macro to iterate vlookups

Status
Not open for further replies.

franciscocorrea

New Member
Joined
Oct 31, 2012
Messages
11
Hello everyone!

I have the following problem: I want to find the parent value for each account, as you may see on the following example:

Account Parent Column C
1
11
11111
121
1211
12111111

I want the VBA to find the parent value of each Account and type it on Parent column. To do so VBA should remove one digit from each Account entry and then make a vlookup to see if that resulting number exists on column Account. When vlookup finds the number it is the parent. In case vlookup doesn't find the number it should keep on removing digits until it finds.


So the expected result is:


Account Parent
1
11 1
11111 11
121 1
1211 121
12111111 1211

I hope I made my self understood... :)

Many thanks!!

Best
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Status
Not open for further replies.

Forum statistics

Threads
1,218,277
Messages
6,141,497
Members
450,365
Latest member
robsandersppc

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