Importing Fund Price into Google Sheets

Hi,

I have a spreadsheet on google sheets which imports different fund prices in, it has worked fine until recently. Unfortunately I now get a #REF error which tells me to use the desktop version of the ft site where I am pulling the prices from. I am on an Acer Chromebook and seem unable to rectify it.

Has anyone else had this issue and been able to resolve it?

Many Thanks
«1

Comments

  • sausage_time
    sausage_time Posts: 1,313 Ambassador
    Ninth Anniversary 1,000 Posts Name Dropper Photogenic
    rothers said:
    Hi,

    I have a spreadsheet on google sheets which imports different fund prices in, it has worked fine until recently. Unfortunately I now get a #REF error which tells me to use the desktop version of the ft site where I am pulling the prices from. I am on an Acer Chromebook and seem unable to rectify it.

    Has anyone else had this issue and been able to resolve it?

    Many Thanks
    Can you post an example of the equation you used previously?
    I’m a Forum Ambassador and I support the Forum Team on the Credit Cards and Budgeting & Bank Accounts boards. If you need any help on these boards, do let me know. Please note that Ambassadors are not moderators. Any posts you spot in breach of the Forum Rules should be reported via the report button, or by emailing forumteam@moneysavingexpert.com.
    All views are my own and not the official line of MoneySavingExpert.
  • cloud_dog
    cloud_dog Posts: 6,289 Forumite
    Part of the Furniture 1,000 Posts Name Dropper Photogenic
    edited 13 March 2024 at 2:28PM
    rothers said:
    Hi,

    I have a spreadsheet on google sheets which imports different fund prices in, it has worked fine until recently. Unfortunately I now get a #REF error which tells me to use the desktop version of the ft site where I am pulling the prices from. I am on an Acer Chromebook and seem unable to rectify it.

    Has anyone else had this issue and been able to resolve it?

    Many Thanks
    I use MorningStar, but I only tend to use it for the current price:

    =(index(split(index(importhtml("https://www.morningstar.co.uk/uk/etf/snapshot/snapshot.aspx?id="&O11,"table",4), 2, 3), " "), 1, 2))/100

    With O11 being the fund identifier.

    Personal Responsibility - Sad but True :D

    Sometimes.... I am like a dog with a bone
  • rothers
    rothers Posts: 226 Forumite
    Part of the Furniture 100 Posts Name Dropper
    rothers said:
    Hi,

    I have a spreadsheet on google sheets which imports different fund prices in, it has worked fine until recently. Unfortunately I now get a #REF error which tells me to use the desktop version of the ft site where I am pulling the prices from. I am on an Acer Chromebook and seem unable to rectify it.

    Has anyone else had this issue and been able to resolve it?

    Many Thanks
    Can you post an example of the equation you used previously?
    I used this previously

    =importxml("https://markets.ft.com/data/funds/tearsheet/summary?s=GB00B4PQW151:GBP","/html/body/div[3]/div[2]/section[1]/div/div/div[1]/div[2]/ul/li[1]/span[2]") 

    Thanks for the other replies too, I'll try them.



  • rothers
    rothers Posts: 226 Forumite
    Part of the Furniture 100 Posts Name Dropper
    cloud_dog said:
    rothers said:
    Hi,

    I have a spreadsheet on google sheets which imports different fund prices in, it has worked fine until recently. Unfortunately I now get a #REF error which tells me to use the desktop version of the ft site where I am pulling the prices from. I am on an Acer Chromebook and seem unable to rectify it.

    Has anyone else had this issue and been able to resolve it?

    Many Thanks
    I use MorningStar, but I only tend to use it for the current price:

    =(index(split(index(importhtml("https://www.morningstar.co.uk/uk/etf/snapshot/snapshot.aspx?id="&O11,"table",4), 2, 3), " "), 1, 2))/100

    With O11 being the fund identifier.

    That comes up with the same error unfortunately
  • sausage_time
    sausage_time Posts: 1,313 Ambassador
    Ninth Anniversary 1,000 Posts Name Dropper Photogenic
    edited 13 March 2024 at 4:20PM
    Ah - some progress here.   The "Desktop version" referred to is the desktop version of Google Sheets.  If you open the Sheet there (in a browser) it asks for permission to access external data.  One granted, it works on the mobile app (which is I assume what you are using on the Chromebook).  Let us know!
    I’m a Forum Ambassador and I support the Forum Team on the Credit Cards and Budgeting & Bank Accounts boards. If you need any help on these boards, do let me know. Please note that Ambassadors are not moderators. Any posts you spot in breach of the Forum Rules should be reported via the report button, or by emailing forumteam@moneysavingexpert.com.
    All views are my own and not the official line of MoneySavingExpert.
  • rothers
    rothers Posts: 226 Forumite
    Part of the Furniture 100 Posts Name Dropper
    Ah - some progress here.   The "Desktop version" referred to is the desktop version of Google Sheets.  If you open the Sheet there (in a browser) it asks for permission to access external data.  One granted, it works on the mobile app (which is I assume what you are using on the Chromebook).  Let us know!
    OMG!! You are an absolute legend!!  This has done my head in for a couple of days, I was trying to get the desktop version of the web page (it already was the desktop version!).

    Thank you!!
  • sausage_time
    sausage_time Posts: 1,313 Ambassador
    Ninth Anniversary 1,000 Posts Name Dropper Photogenic
    I have been called many things, but that's new.   :)

    Glad you are sorted.
    I’m a Forum Ambassador and I support the Forum Team on the Credit Cards and Budgeting & Bank Accounts boards. If you need any help on these boards, do let me know. Please note that Ambassadors are not moderators. Any posts you spot in breach of the Forum Rules should be reported via the report button, or by emailing forumteam@moneysavingexpert.com.
    All views are my own and not the official line of MoneySavingExpert.
  • cloud_dog
    cloud_dog Posts: 6,289 Forumite
    Part of the Furniture 1,000 Posts Name Dropper Photogenic
    rothers said:
    cloud_dog said:
    rothers said:
    Hi,

    I have a spreadsheet on google sheets which imports different fund prices in, it has worked fine until recently. Unfortunately I now get a #REF error which tells me to use the desktop version of the ft site where I am pulling the prices from. I am on an Acer Chromebook and seem unable to rectify it.

    Has anyone else had this issue and been able to resolve it?

    Many Thanks
    I use MorningStar, but I only tend to use it for the current price:

    =(index(split(index(importhtml("https://www.morningstar.co.uk/uk/etf/snapshot/snapshot.aspx?id="&O11,"table",4), 2, 3), " "), 1, 2))/100

    With O11 being the fund identifier.

    That comes up with the same error unfortunately
    It is currently showing prices for me.
    Personal Responsibility - Sad but True :D

    Sometimes.... I am like a dog with a bone
  • NoMore said:
    Very unreliable, often returns 'error', I have to change the country code from uk to gb every couple of days, and then back again when the error pops up again.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 349.7K Banking & Borrowing
  • 252.6K Reduce Debt & Boost Income
  • 452.9K Spending & Discounts
  • 242.6K Work, Benefits & Business
  • 619.4K Mortgages, Homes & Bills
  • 176.3K Life & Family
  • 255.5K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 15.1K Coronavirus Support Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.