Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

smf_addin · EXCEL Stock Market Functions Add-in

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 22723
  • Category: Software
  • Founded: Jun 18, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3277 - 3306 of 22355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3277 dab_mango Send Email Dec 1, 2007
8:58 pm
Randy: I am using =RCHGETHTMLTable("http://www.indiainfoline.com/stocks/sectorwatch.asp? lmn=2§or=MET&tmenu=3&ln=nr6","Current Price",-1,"",1) I only get...
3278 Randy Harmelink
rharmelink Send Email
Dec 1, 2007
9:47 pm
The problem is that the table is improperly coded on that web page. For example, I found at least one "<td>" to start a new cell that should have been a...
3279 Richard Power
rpower0714 Send Email
Dec 2, 2007
4:15 pm
Hi ... I am wanting to find the ATM Option symbol and option last price of the current month (now Dec) if the following is known ... Col A ... Stock Symbol Col...
3280 Randy Harmelink
rharmelink Send Email
Dec 2, 2007
8:09 pm
Here's what I tried: A3: IBM B3: =RCHGetYahooQuotes(A3,"l1") C3: =RCHGetTableCell("http://finance.yahoo.com/q/op?s="&$A3,0, ">Call...
3281 William Kasirye
ms42000 Send Email
Dec 3, 2007
12:11 am
Has anyone got such a message before. what does it mean adn how can one overcome this problem. Stock symbol A, I was getting information for the following. ...
3282 Randy Harmelink
rharmelink Send Email
Dec 3, 2007
12:50 am
The add-in uses saved web pages to extract the data from. It only has room for saving 1000 web pages. Anything beyond 1000 web pages in a single session...
3283 Richard
rpower0714 Send Email
Dec 3, 2007
1:22 am
Randy ... thanks for the feedback ... I will try it on Monday and let you know Richard ... From: Randy Harmelink To: smf_addin@yahoogroups.com Sent: Sunday,...
3284 William Kasirye
ms42000 Send Email
Dec 3, 2007
1:27 am
Hi: I run my macro on ONLY 2 symbols. msft and A. When i got the error message on A three times. I decided to try other symbols and they worked fine. In fact,...
3285 Randy Harmelink
rharmelink Send Email
Dec 3, 2007
1:49 am
You should only get that error message if the add-in needed to grab a new web page and it already has saved 1000 of them. Any formulas grabbing data elements...
3286 Randy Harmelink
rharmelink Send Email
Dec 3, 2007
2:07 am
Also, if you're curious which web pages have been retrieved and saved, you can use the smfGetAData() function. I added it on the last release for my own...
3287 hobe
champy765 Send Email
Dec 3, 2007
2:09 am
Randy, I was wondering how I download the yahoo mutual fund management information under yahoo's mutual fund profile page. I am using the mutual fund data...
3288 Randy Harmelink
rharmelink Send Email
Dec 3, 2007
2:36 am
You could use the RCHGetTableCell() function to grab the data. For example, something like: =RCHGetTableCell("http://finance.yahoo.com/q/pr?s=FDIVX&quot;,0, "Lead...
3289 William Kasirye
ms42000 Send Email
Dec 3, 2007
6:37 am
I am getting the same data elements from the same webpage. I have macro that loops that loops through 30 stocks and populates my spreadsheet. I will find out ...
3290 tomharwell2000 Send Email Dec 3, 2007
12:50 pm
Thanks Randy. I've monitored this site for several months now and I'm still not certain of all its posibilities. However, it sure has helped me learn a...
3291 William Kasirye
ms42000 Send Email
Dec 3, 2007
4:05 pm
Randy: I am doing research and at times, I have to run the symbols over several years. I got the same error messages. If I turn off my computer and restart,...
3292 Randy Harmelink
rharmelink Send Email
Dec 3, 2007
4:31 pm
You shouldn't need to turn off the computer. Just exit and restart EXCEL, or just use the macro I mentioned. I am confused by two things you mentioned: --...
3293 alexei.komarov Send Email Dec 3, 2007
4:36 pm
is the a way to get last price, previous day close for Russian stocks (ordinary shares and not GDRs or ADRs)...
3294 Randy Harmelink
rharmelink Send Email
Dec 3, 2007
6:50 pm
I have no idea what to even look at......
3295 Alexei Komarov
alexei.komarov Send Email
Dec 3, 2007
6:54 pm
Yeah, looks like Bloomberg or IDC are only choice for price feed into excel. Alexei Komarov Risk Arbitrage Europe Team tel: +44 (0)20 7059 6213 ...
3296 tannism Send Email Dec 4, 2007
4:10 pm
Thanks you Don and Randy, I have all the collected spreadsheets DJ data entered into the Zacks Industry Excel spreadsheet using your trim recommendation. ...
3297 Randy Harmelink
rharmelink Send Email
Dec 4, 2007
4:34 pm
I believe you need to remove the trailing blank from each ticker symbol in the "ZacksIndustryB2:B6000" range. You can't do it in your VLOOKUP() formula. But...
3298 Don Guillett
donaldb36 Send Email
Dec 4, 2007
5:12 pm
... forget something? =VLOOKUP(trim(a2),myDJsheet ! $A$2:$B$128,2,FALSE) Don Guillett Microsoft MVP Excel SalesAid Software dguillett1@... ... ...
3299 tannism Send Email Dec 4, 2007
6:48 pm
Oops. I left it out when I copied it here, but it is in my spreadsheet and didn't work. If by brute force, that means entering every symbol manually, I can do...
3300 Don Guillett
donaldb36 Send Email
Dec 4, 2007
7:29 pm
Send me a workbook and I'll have a look Don Guillett Microsoft MVP Excel SalesAid Software dguillett1@... ... From: tannism To:...
3301 Randy Harmelink
rharmelink Send Email
Dec 4, 2007
7:53 pm
No. By brute force, I meant to use a manual process of "Replace all" or use a TRIM() function in a nearby column and do a copy and paste values back over the...
3302 tannism Send Email Dec 4, 2007
10:44 pm
Randy, I think brute force may have worked. Thank you for your offers of more help, Don. Maybe, I will be OK now....
3303 Richard
rpower0714 Send Email
Dec 5, 2007
1:33 am
Randy ... most of the symbols works fine, but take IBM ... I am getting Error in the Stike1, 2, and 3 fields ... any ideas? Richard ... From: Randy Harmelink ...
3304 Randy Harmelink
rharmelink Send Email
Dec 5, 2007
1:51 am
Hmmm. Looks like what I cut and pasted into the message isn't what Yahoo posted. All of the formatting strings for the TEXT() function should be " 0.00" (no...
3305 Richard
rpower0714 Send Email
Dec 5, 2007
2:03 pm
Randy ... I had alread fixed the items you had marked But I did have to change F3 to the following Old ... F3: =IF(C3>0,C3,IF(D3>0,D3,E3)) New ... F3:...
3306 ediosity Send Email Dec 5, 2007
3:43 pm
Hi guys, I was thinking of upgrading my excel. Would this plugin be compatible with excel 2007? thanks....
Messages 3277 - 3306 of 22355   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help