Hello,
New member, first post.
For quite a while I had been using the formula below to import "Earnings Date" from CNBC to GoogleSheets. For the past few months, the formula has stopped working. My understanding is, elements have been moved around on the CNBC page (redesigned) and I am no longer correctly "pointing" to the element I wish to import ("Earnings Date"). I don't know HTML to figure out how to correct the formula below so it points to "Earnings Date" (under "Events") on the "redesigned" web page. All my trial and error efforts have been in vain.
I am requesting assistance in getting the formula below corrected so it "points" to "Earnings Date" (the actual date vs the title) on CNBC's web site.
If this is not the correct forum, please guide me to an appropriate forum.
All help will be greatly appreciated!
New member, first post.
For quite a while I had been using the formula below to import "Earnings Date" from CNBC to GoogleSheets. For the past few months, the formula has stopped working. My understanding is, elements have been moved around on the CNBC page (redesigned) and I am no longer correctly "pointing" to the element I wish to import ("Earnings Date"). I don't know HTML to figure out how to correct the formula below so it points to "Earnings Date" (under "Events") on the "redesigned" web page. All my trial and error efforts have been in vain.
I am requesting assistance in getting the formula below corrected so it "points" to "Earnings Date" (the actual date vs the title) on CNBC's web site.
If this is not the correct forum, please guide me to an appropriate forum.
Code:
//html/body/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[5]/div[2]/section/div[3]/ul/li[1]/span[2]
All help will be greatly appreciated!