Forum Discussion
dkehoe32
8 years agoHelper I
help with formula
I need to put this excell formula : =IFERROR(VLOOKUP(I115,'New 2018 Part Numbers'!A:D,4,FALSE),"2017 Part Number") into a BI column. I115 referes to the "material" column and the "new 2018 part numb...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi dkehoe32,
Did my solution work? Or were there any errors? Can you share a sample?
Best Regards,
Dale
dkehoe32
8 years agoHelper I
- v-jiascu-msft8 years agoMicrosoft Employee
Hi dkehoe32,
Seems you missed the blue part in the formula below.
Column = IFERROR ( LOOKUPVALUE ( 'table'[Column D], 'table'[Column A], [Column I115] ), "Not found" )Best Regards,
Dale
- dkehoe328 years agoHelper I
Hi, im still getting the same error
- v-jiascu-msft8 years agoMicrosoft Employee