Add values from one sheet to another based on field IDs

Copper Contributor

Hello,

I have a sheet with two tabs with data for an import to a content management system (website). One tab consist of post content data, where there are post titles, post content and image IDs (a set of numbers identifying images assigned to this post). My second tab is the image reference - there are only two columns: one with the image_ID number and the other with the image URL address. 

Now I want a third result tab to show what's in my first post content tab, but in an extra column to show the image URL addresses that result from the image_ID numbers in the other column.

I attach an example sheet with the result expected tab. Any ideas how to do this? Thx!

2 Replies
Maybe with the function = VLOOKUP ()

https://support.microsoft.com/en-us/office/vlookup-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1

Nikolino
I know I don't know anything (Socrates)

@NikolinoDE yeah, VLOOKUP was on my radar, but this works with single data per cell, while I have multiple data in one cell (divided with a semicolon). That's why I was wondering whether there's a different way to do this...?