Using IMPORTXML in google sheets. I want to extract part of the result into one cell.
=IMPORTXML(B1,"//div[@class='orca-rating SwtJyda color-yellow tbody-6']/span")
I got the result spread over several columns. B8:F8

The inspect element is like this. I only want the value "2". It is in cell B8.

I think this can be done using substring-after. But I could not get the correct result.