SEO tools for excel is throwing error when using the “where” condition to exclude blogspot domains from the total ref domains count.
As mentioned here, https://seotoolsforexcel.com/ahrefs/, I used the “!substring” function to exclude Blogspot domains but is not returning the result.
This is the formula I used
=@Dump(Connector("Ahrefs.RefDomains","seotoolsforexcel.com","subdomains","!substring(url_from,""blogspot"")","refdomain","asc","RefdomainsTotal",TRUE,1000))
But I am getting this error
Message: where: column 'url_from' not found
Can you please help me with this?