I trying to do insert an image into a cell in google sheets. I'm using vlookup and regex extract to lookup columns to retrieve the image URL for the IMAGE function in google sheets.
However one of the lookup columns has the lookup value (SKU) but in a string.
When the string ends with the lookup value (SKU) it works, when it starts with the lookup value (SKU) it does'nt work.
I have shared the sheet with examples where it works and where it doesn't.
I'd like it to work regardless of where the lookup value is (SKU) in the string even it the string has special characters.