IF function with Vlookup

kmprice710

Board Regular
Joined
Jan 8, 2014
Messages
87
Office Version
  1. 2019
Platform
  1. Windows
I have a spreadsheet that looks like this:


[TABLE="class: grid, width: 512"]
<colgroup><col span="8"></colgroup><tbody>[TR]
[TD]old_ID
[/TD]
[TD]new_ID
[/TD]
[TD][/TD]
[TD]badid[/TD]
[TD]old_ID[/TD]
[TD][/TD]
[TD]new_ID[/TD]
[TD]current_ID
[/TD]
[/TR]
[TR]
[TD]adams1
[/TD]
[TD="colspan: 2"]ma000262
[/TD]
[TD]gerger[/TD]
[TD]adams1[/TD]
[TD][/TD]
[TD][/TD]
[TD]gerger[/TD]
[/TR]
[TR]
[TD]akin1[/TD]
[TD]za000804[/TD]
[TD][/TD]
[TD]ynytn[/TD]
[TD]akin1[/TD]
[TD][/TD]
[TD][/TD]
[TD]ynytn[/TD]
[/TR]
[TR]
[TD]aly1[/TD]
[TD]ca001425[/TD]
[TD][/TD]
[TD]wdwwef
[/TD]
[TD]aly1[/TD]
[TD][/TD]
[TD][/TD]
[TD]wdwwef[/TD]
[/TR]
[TR]
[TD]amerau1[/TD]
[TD]ca001480[/TD]
[TD][/TD]
[TD]tryjyj[/TD]
[TD]amerau1[/TD]
[TD][/TD]
[TD][/TD]
[TD]adams1[/TD]
[/TR]
[TR]
[TD]ashburn1
[/TD]
[TD]ba002831
[/TD]
[TD][/TD]
[TD]yukuy[/TD]
[TD]ashburn1[/TD]
[TD][/TD]
[TD][/TD]
[TD]akin1[/TD]
[/TR]
[TR]
[TD]avery1
[/TD]
[TD]ha111680[/TD]
[TD][/TD]
[TD]verevv[/TD]
[TD]avery1[/TD]
[TD][/TD]
[TD][/TD]
[TD]aly1[/TD]
[/TR]
[TR]
[TD]balias1[/TD]
[TD]cb003836[/TD]
[TD][/TD]
[TD]jytjtyb[/TD]
[TD]balias1[/TD]
[TD][/TD]
[TD][/TD]
[TD]amerau1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]ashburn1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]avery1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]balias1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]yukuy
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]verevv
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


For the new_ID column, usually I'd do a Vlookup to match the Old_ID to the Current_ID to produce new_ID. For example:

=VLOOKUP(H2,$A$1:$B$8,2,FALSE)

but I already know that some of the current_Id need to be converted from Badid into Old_ID first and then converted to new_ID.

Is there a way that I can do this with Nested If statements and Vlookup?
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
hello,

what about: =iferror(vlookup(VLOOKUP(H2,$d$1:$e$8,2,0),$A$1:$B$8,2,0),VLOOKUP(H2,$A$1:$B$8,2,0)) ?
 
Last edited:
Upvote 0
No idea, probably something went wrong in your formula. try to use evaluate formula and see why you got a #name ?.


One thing I noticed with my formula is that I was using false instead of 0. Why did you use 0?

Also, can you walk me through the logic of the If statement? I really appreciate your help. I like to figure out why it works, too.
 
Upvote 0
I'm, just used to put 0 for exact match on vlookup. You can use false also.

=iferror(vlookup(VLOOKUP(H2,$d$1:$e$8,2,0),$A$1:$B$8,2,0),VLOOKUP(H2,$A$1:$B$8,2,0))

let's drill down. VLOOKUP(H2,$d$1:$e$8,2,0) this will search current id in bad id and will result a old id. If not, you will have an error.
This vlookup(VLOOKUP(H2,$d$1:$e$8,2,0),$A$1:$B$8,2,0) will get the old id from previous vlookup and will search again like old id resulted from above, in old id and will result in new id.
Now you have 2 options, you will receive a new id or you will get a #n/a because one of the vlookups (most probably the first one) will get an error. That's why we have the iferror.
If there is an error, it will search for current id in old id and will get you new id.

I hope I could explain it to you.
 
Upvote 0

Forum statistics

Threads
1,223,270
Messages
6,171,103
Members
452,379
Latest member
IainTru

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