I have some multiple images in Excel file which are separated with |
For example:
http://s3.supplyhouse.com/images/products/small/gt2700-15-3.jpg|http://s3.supplyhouse.com/images/products/small/gt2700-15-4.jpg|http://s3.supplyhouse.com/images/products/small/gt2700-15-1.jpg
I want to extract the last image from the cell.
I need to configure =RIGHT
formula that will remove all text before last |
character.
In some cells there are |
characters 3 times, somewhere, 2, somewhere 4.
So I need to find the last one and delete all characters before it, I don't need something like "Find 3rd | character and remove everything before it".