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...
Show off your group to the world. Share a photo of your group with us.

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 4553 - 4582 of 7919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4553
I am getting the #Name? error message when trying to run this. I have run throught the download procedures a couple times just to be sure. I installed a...
jkjellson
Offline Send Email
Jul 1, 2008
7:55 pm
4554
Typically, #NAME? means the add-in functions aren't available due to some type of problem with the installation and/or activation of the add-in. However, if...
Randy Harmelink
rharmelink
Offline Send Email
Jul 1, 2008
7:59 pm
4555
r u set to auto calculate? if you can go to tools, addins, and see the Stock Functions add-in, it installed correctly.. try the calculate option.....
asa32sd23
Offline Send Email
Jul 1, 2008
8:34 pm
4556
Thanks for the help..I wrote the email in a starbucks and had typos etc...reloaded and seems to work just fine. Sorry for the confusion on my first post in...
jkjellson
Offline Send Email
Jul 2, 2008
2:38 am
4557
I am unable to get the TableCell function to work for me using text strings. For instance, I want to extract the address from a particular webpage...
aslanspirit
Offline Send Email
Jul 2, 2008
8:38 pm
4558
The main problem you're having is because the contact information isn't being presented as individual items within a table. It's all presented as a single...
Randy Harmelink
rharmelink
Offline Send Email
Jul 2, 2008
10:51 pm
4559
Hi Randy: One last market volatility question - if I wanted to get the CBOE closing VIX number, what would I add after the URL? I currently have this, but it's...
halandkeri
Offline Send Email
Jul 3, 2008
2:57 am
4560
I think the only problem is you used an incorrect URL. Try this: =RCHGetTableCell("http://www.cboe.com/data/mktstat.aspx", 4,">VIX - CBOE Volatility...
Randy Harmelink
rharmelink
Offline Send Email
Jul 3, 2008
3:42 am
4561
Randy: When you gather balance sheet and/or cash flow statement numbers, which group of element numbers with SMFUpdateDownload do you use with the fewest data...
halandkeri
Offline Send Email
Jul 3, 2008
4:10 am
4562
It depends on how much data I want, and other considerations. If I want more data -- years and/or quarters -- then AdvFN is the only option. Otherwise, I...
Randy Harmelink
rharmelink
Offline Send Email
Jul 3, 2008
5:04 am
4563
Randy, Need your help on this one. My goal is to put in a ticker symbol and get the symbols of its competitors. I have found SmartMoney to be the best for...
broberts1745
Offline Send Email
Jul 4, 2008
3:19 am
4564
First -- have you looked at this file in the "RCHGetTableCell Templates" of the folder area: RCHGetTableCell-Template-Yahoo-Industry-Browser-For-Ticker.xls It...
Randy Harmelink
rharmelink
Offline Send Email
Jul 4, 2008
4:25 am
4565
This should be an easy one (not for me, though..) I have a 1D array of weekly returns (in percent): 0.02 0.018 0.012 -0.03 To calculate compounded return I...
arvin0
Offline Send Email
Jul 4, 2008
6:39 pm
4566
I do that all the time, with an array-entered function. For example, if your weekly returns are in cell D9:G9, you'd array-enter this: =PRODUCT(1+D9:G9)-1 ...
Randy Harmelink
rharmelink
Offline Send Email
Jul 4, 2008
6:46 pm
4567
Hi, I need information imported into Excel from Reuters web site about finance ratio, for e.g. this one: ...
Dave
h3pc
Offline Send Email
Jul 5, 2008
2:20 pm
4568
okay, i've been pulling out my hair for several hours trying to get this to work. i created several spreadsheets using the smf add in with earlier versions of...
dvdadie
Offline Send Email
Jul 5, 2008
2:21 pm
4569
Just use this file from the "Templates and Examples" folder in the files area: SMF-Template-Reuters-Ratios-Comparison.xls...
Randy Harmelink
rharmelink
Offline Send Email
Jul 5, 2008
2:29 pm
4570
For some reason it doesn't work for me. To simplify: 5 7 35 6 1st line: data 2nd: =PRODUCT(A3:B3) 3rd: =PRODUCT(1+A3:B3) I also tried: =PRODUCT(1+(A3:B3)) but...
arvin0
Offline Send Email
Jul 5, 2008
3:53 pm
4571
I get 48. It looks like you're not array-entering the formula. You need to press Ctrl-Shift-Enter instead of just Enter after typing in the formula....
Randy Harmelink
rharmelink
Offline Send Email
Jul 5, 2008
4:24 pm
4572
Great - it works now. I didn't know about 'array-entering' formulas. thanks!...
arvin0
Offline Send Email
Jul 5, 2008
4:41 pm
4573
this is something i encounter quite often, but still don't have a good and clean fix. the latest application can be illustrated in the file i downloaded from...
arvin0
Offline Send Email
Jul 5, 2008
5:15 pm
4574
sorry; i meant 1990!...
arvin0
Offline Send Email
Jul 5, 2008
5:17 pm
4575
... Randy, first I'd like to say that you are the most helpful person I've ever seen on the 'net. Thank you for all your contributions. Related to arvin0's...
rex
bios007a
Offline Send Email
Jul 5, 2008
5:23 pm
4576
I don't see a file location in the thread......
Randy Harmelink
rharmelink
Offline Send Email
Jul 5, 2008
5:59 pm
4577
I didn't see where he was asking about the AVERAGE return, just the compounded return? I usually just add exponentiation to get the average compounded return,...
Randy Harmelink
rharmelink
Offline Send Email
Jul 5, 2008
6:13 pm
4578
oh, i assumed you knew about his site. zeelotes doesn't want people to post the website address in public forum. one needs to send him an email and request for...
arvin0
Offline Send Email
Jul 5, 2008
6:43 pm
4579
Sure. Go ahead....
Randy Harmelink
rharmelink
Offline Send Email
Jul 5, 2008
6:44 pm
4580
just did ... send...
arvin0
Offline Send Email
Jul 5, 2008
7:09 pm
4581
I've got it working just fine. Trying to remember how I did it is a different matter. I know it was a tough go for me as well. A couple of pieces I do...
Timothy Koster
tkoster
Offline Send Email
Jul 5, 2008
7:28 pm
4582
The issue isn't to get RANK() to avoid cells with non-numerical values, but that the cell contain cells with calculation errors. That automatically causes...
Randy Harmelink
rharmelink
Offline Send Email
Jul 5, 2008
7:40 pm
Messages 4553 - 4582 of 7919   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