Consulting

Results 1 to 3 of 3

Thread: Using another source

  1. #1

    Using another source

    Good morning guys. I am using a program named XLQ that looks in Yahoo
    and brings back the NET ASSET VALUE or the MKT VALUE of any fund that I enter. With the Mkt value there is no problem but with the NET ASSET VALUE sometimes there is a problem due to the fact that the fund does not have a symbol for the net asset value. I have the value in a ss that I am able to download from the ETFs site. My question is if xlq can not find the value at Yahoo how can I then direct the formula to my ss so I can have the number in a cell?
    The xlq formula is =xlqprice(B3). Thanks for any help with this.
    Max

  2. #2
    VBAX Mentor
    Joined
    Oct 2007
    Posts
    372
    Location
    is xlq an excel addin?

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Maybe

    =IF(ISERROR(xlqprice(B3)),0,xlqprice(B3))
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •