Consulting

Results 1 to 3 of 3

Thread: Solved: Indirect not working with sme Yahoo tickers

  1. #1
    VBAX Regular
    Joined
    Aug 2005
    Posts
    18
    Location

    Solved: Indirect not working with sme Yahoo tickers

    Hi, I have downloaded data fm Yahoo tickers -eg ^DJI, ^IXIC. And these are saved as ^DJI.csv, ^IXIC.csv files with the "^" symbols.
    However I noticed that when I used the command INDIRECT to fetch data fm these files, I got #REF error. I need to remove the "^" fm these files & saved it as DJI.csv, IXIC.csv in order to fetch the data. Wondering how I can use a formula or modify the INDIRECT command to accept the "^" symbol that is inherent in the Yahoo tickers.

    Attached is a file for easy reference.

    Thanks in advance for any help rendered.
    murf fm S'pore

  2. #2
    VBAX Expert
    Joined
    Aug 2007
    Location
    Windermere, FL, a 'burb in the greater Orlando metro area.
    Posts
    567
    Location
    murfyang,

    What happens if you enclose ^DJI.csv in single quotes, like this: '^DJI.csv'!$A5:$E50000 in $C$8?

    Thanks,
    Ron
    Windermere, FL

  3. #3
    VBAX Regular
    Joined
    Aug 2005
    Posts
    18
    Location

    Solve - Indirect not working with sme Yahoo tickers

    Hi Ron, thanks, that works!

Posting Permissions

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