I'm trying to create a an IMPORTXML forumla that will pull a Steam name and numerical ID from a profile and paste it into the cell in the following format:
SteamName (123456789)
I tried this formula as a test to pull just the name: =IMPORTXML("http://steamcommunity.com/id/KangyKSLG", "//span[@class='actual_persona_name']") but that returns a constant "loading..." with a red error marked on the cell.
The end result will hopeful have a relative cell with the profile link for the formula to find the address e.g. =IMPORTXML(T2, "//span[@class='actual_persona_name']") where T2 is relative depnding on the row the forumla is posted on
I'm not great at formulas in the slightest so hoping someone can help.
Please and thank you