Search the web
Sign In
New User? Sign Up
smf_addin · EXCEL Stock Market Functions Add-in
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3277 - 3306 of 7904   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3277
Randy: I am using =RCHGETHTMLTable("http://www.indiainfoline.com/stocks/sectorwatch.asp? lmn=2&sector=MET&tmenu=3&ln=nr6","Current Price",-1,"",1) I only get...
dab_mango
Offline Send Email
Dec 1, 2007
8:58 pm
3278
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 1, 2007
9:47 pm
3279
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...
Richard Power
rpower0714
Offline Send Email
Dec 2, 2007
4:15 pm
3280
Here's what I tried: A3: IBM B3: =RCHGetYahooQuotes(A3,"l1") C3: =RCHGetTableCell("http://finance.yahoo.com/q/op?s="&$A3,0, ">Call...
Randy Harmelink
rharmelink
Offline Send Email
Dec 2, 2007
8:09 pm
3281
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. ...
William Kasirye
ms42000
Offline Send Email
Dec 3, 2007
12:11 am
3282
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 3, 2007
12:50 am
3283
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,...
Richard
rpower0714
Offline Send Email
Dec 3, 2007
1:22 am
3284
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,...
William Kasirye
ms42000
Offline Send Email
Dec 3, 2007
1:27 am
3285
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 3, 2007
1:49 am
3286
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 3, 2007
2:07 am
3287
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...
hobe
champy765
Offline Send Email
Dec 3, 2007
2:09 am
3288
You could use the RCHGetTableCell() function to grab the data. For example, something like: =RCHGetTableCell("http://finance.yahoo.com/q/pr?s=FDIVX",0, "Lead...
Randy Harmelink
rharmelink
Offline Send Email
Dec 3, 2007
2:36 am
3289
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 ...
William Kasirye
ms42000
Offline Send Email
Dec 3, 2007
6:37 am
3290
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...
tomharwell2000
Offline Send Email
Dec 3, 2007
12:50 pm
3291
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,...
William Kasirye
ms42000
Offline Send Email
Dec 3, 2007
4:05 pm
3292
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: --...
Randy Harmelink
rharmelink
Offline Send Email
Dec 3, 2007
4:31 pm
3293
is the a way to get last price, previous day close for Russian stocks (ordinary shares and not GDRs or ADRs)...
alexei.komarov
Offline Send Email
Dec 3, 2007
4:36 pm
3294
I have no idea what to even look at......
Randy Harmelink
rharmelink
Offline Send Email
Dec 3, 2007
6:50 pm
3295
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 ...
Alexei Komarov
alexei.komarov
Offline Send Email
Dec 3, 2007
6:54 pm
3296
Thanks you Don and Randy, I have all the collected spreadsheets DJ data entered into the Zacks Industry Excel spreadsheet using your trim recommendation. ...
tannism
Offline Send Email
Dec 4, 2007
4:10 pm
3297
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 4, 2007
4:34 pm
3298
... forget something? =VLOOKUP(trim(a2),myDJsheet ! $A$2:$B$128,2,FALSE) Don Guillett Microsoft MVP Excel SalesAid Software dguillett1@... ... ...
Don Guillett
donaldb36
Offline Send Email
Dec 4, 2007
5:12 pm
3299
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...
tannism
Offline Send Email
Dec 4, 2007
6:48 pm
3300
Send me a workbook and I'll have a look Don Guillett Microsoft MVP Excel SalesAid Software dguillett1@... ... From: tannism To:...
Don Guillett
donaldb36
Offline Send Email
Dec 4, 2007
7:29 pm
3301
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 4, 2007
7:53 pm
3302
Randy, I think brute force may have worked. Thank you for your offers of more help, Don. Maybe, I will be OK now....
tannism
Offline Send Email
Dec 4, 2007
10:44 pm
3303
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 ...
Richard
rpower0714
Offline Send Email
Dec 5, 2007
1:33 am
3304
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...
Randy Harmelink
rharmelink
Offline Send Email
Dec 5, 2007
1:51 am
3305
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:...
Richard
rpower0714
Offline Send Email
Dec 5, 2007
2:03 pm
3306
Hi guys, I was thinking of upgrading my excel. Would this plugin be compatible with excel 2007? thanks....
ediosity
Offline Send Email
Dec 5, 2007
3:43 pm
Messages 3277 - 3306 of 7904   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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