Jun 28, 2021
Hello Eric, you are most probably trying to fetch a price with no URL reference provided within the IMPORTREGEX function. Just to remind;
=IMPORTREGEX(CELL_REFERENCE, “<div(?=[^>]*class=””text-3xl””)[^>]*>[^>]*<span(?=[^>]*data-target=””price\.price””)[^>]*>(.+?)<\/span>”)
for example above regex has a first parameter as “CELL_REFERENCE” and this must be a valid cell reference with the price URL included. Thanks