I'm using the following function:
=XPathOnUrl("http://www.website.com/SellPricing.php","//dl[@class='pay']/dd","",HttpSettings(TRUE,,,,"POST","application/x-www-form-urlencoded",{"ISBN","[A3]"}))
I reference cell A3 there, but it doesn't work, since it's in an array it doesn't seem to resolve the Cell reference, it takes A3 literally, I've tried adding more quotes using the typical " & A3 & " etc... but nothing I've tried seems to work.
Any recommendations?
EDIT: if I remove the quotations all together Excel says "We found a problem with this formula" and wont let me.