Try creating a new formula field in your Listings table (call it something like ‘PNGurl’, and in the formula entry box, just copy the code below and paste in (triple-click anywhere on the code and it should select it perfectly):
MID(PNG,FIND(“(“,PNG)+1,FIND(“)”,PNG)-1-FIND(“(“,PNG))