Kamis, 02 Agustus 2018

[smf_addin] Digest Number 4372

7 Messages

Digest #4372
1a
Re: The dreaded #NAME? by "Dan Smith" dan.smith33220@gmail.com
1b
Re: The dreaded #NAME? by "Randy Harmelink" rharmelink
1c
Re: The dreaded #NAME? by "Dan Smith" dan.smith33220@gmail.com
2a
Financial Statement Data from Yahoo by "Sundeep Chadha" sundeep_chadha
2b
Re: Financial Statement Data from Yahoo by "Randy Harmelink" rharmelink
2c
Re: Financial Statement Data from Yahoo by "Sundeep Chadha" sundeep_chadha
2d
Re: Financial Statement Data from Yahoo by "Randy Harmelink" rharmelink

Messages

Wed Aug 1, 2018 7:32 am (PDT) . Posted by:

"Dan Smith" dan.smith33220@gmail.com

Answers to your questions:

Stock Market Functions add-in, Version 2.1.2018.01.24 (C:\SMF Add-In; Windows (32-bit) NT :.00; 15.0; ; ; 1)

1. After performing the steps in my initial post, I get: Stock Market Functions add-in, Version 2.1.2018.01.24 (C:\SMF Add-In; Windows (32-bit) NT :.00; 15.0; ; ; 1)

2. #NAME?

3. a. The formula is ='C:\SMF Add-In\RCH_Stock_Market_Functions.xla'!smfPricesByDates(AB$2,$Z3) if I choose DON'T UPDATE when the file opens

b. The formula is =smfPricesByDates(AB$2,$Z3) if I DO UPDATE when the file opens and perform the steps indicated in my first post (in which case, the formulas work)

As additional information, the fix links macro is NOT available for 2 and 3a above.

From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Wednesday, August 1, 2018 2:40 AM
To: smf_addin@yahoogroups.com
Subject: Re: [smf_addin] The dreaded #NAME?

It can't be enabling macros. When you install an add-in, you've already given it permission. It doesn't need any more.

Three things:

1. What do you get with:

=RCHGetElementNumber("Version")

2. Exit EXCEL, open EXCEL with an empty worksheet, and try that function again. Do you get the same thing?

3. On the worksheet you're having troubles with, what does the formula in one of the #NAME? cells look like? ,

On Tue, Jul 31, 2018 at 7:46 PM, 'Dan Smith' dan.smith33220@

....

wrote:

Thanks for the quick response.

Ran the macro, saved the file, closed file and reopened. Same problem.

I'm not sure the problem is unresolved links. I'm able to solve the problem by making the choices on the Excel messages as previously indicated. This ends up simply enabling macros. It seems the links are ok, it's just that Excel doesn't want to execute the macros without them being manually enabled.

Wed Aug 1, 2018 3:26 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

Because of (2) -- getting #NAME? when you first start up EXCEL -- I would
assume that add-in is not activated. The macro not being available pretty
much confirms that. When you resolve the links through EXCEL, going from
(3a) to (3b), you're using the add-in simply as links, not as an add-in..
Which can cause different issues in different versions of EXCEL.

So, make sure the add-in is activated in the add-in manager. (keyboard
shortcut alt+t+i).

You may have the issue that first occurred in July of 2016 because
MicroSoft issued some security updates, which prevented EXCEL from loading
the add-in when EXCEL starts up. For a workaround suggested by Microsoft,
until they supposedly fix the issue, see:

https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/30568

If the add-in isn't be loaded by EXCEL at startup, you would need to
resolve links every time you open a workbook. Some people were doing a
workaround of manually activating the add-in every time they opened EXCEL.
But the Microsoft workaround above should fix the problem, if that's the
problem you have?

On Wed, Aug 1, 2018 at 7:32 AM, 'Dan Smith' dan.smith33220@
....
wrote:

>
> Answers to your questions:
>
>
>
> Stock Market Functions add-in, Version 2.1.2018..01.24 (C:\SMF Add-In;
> Windows (32-bit) NT :.00; 15.0; ; ; 1)
>
> 1. After performing the steps in my initial post, I get: Stock
> Market Functions add-in, Version 2.1.2018.01.24 (C:\SMF Add-In; Windows
> (32-bit) NT :.00; 15.0; ; ; 1)
>
> 2. #NAME?
>
> 3. a. The formula is ='C:\SMF Add-In\RCH_Stock_Market_
> Functions.xla'!smfPricesByDates(AB$2,$Z3) if I choose DON'T UPDATE when
> the file opens
>
> b. The formula is =smfPricesByDates(AB$2,$Z3) if I DO UPDATE when the file
> opens and perform the steps indicated in my first post (in which case, the
> formulas work)
>
>
>
> As additional information, the fix links macro is NOT available for 2 and
> 3a above.
>
>
>
> *From:* smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
> *Sent:* Wednesday, August 1, 2018 2:40 AM
> *To:* smf_addin@yahoogroups.com
> *Subject:* Re: [smf_addin] The dreaded #NAME?
>
>
>
>
>
> It can't be enabling macros. When you install an add-in, you've already
> given it permission. It doesn't need any more.
>
>
>
> Three things:
>
>
>
> 1. What do you get with:
>
>
>
> =RCHGetElementNumber("Version")
>
>
>
> 2. Exit EXCEL, open EXCEL with an empty worksheet, and try that function
> again. Do you get the same thing?
>
>
>
> 3. On the worksheet you're having troubles with, what does the formula in
> one of the #NAME? cells look like? ,
>
>
>
>
>

Wed Aug 1, 2018 4:05 pm (PDT) . Posted by:

"Dan Smith" dan.smith33220@gmail.com

Add-in was active. It turned out to be the Microsoft Security issue you referenced. I unblocked the xla file and everything appears to be fine now.

Thanks for all of the help and explanation.

From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Wednesday, August 1, 2018 6:26 PM
To: smf_addin@yahoogroups.com
Subject: Re: [smf_addin] The dreaded #NAME?

Because of (2) -- getting #NAME? when you first start up EXCEL -- I would assume that add-in is not activated. The macro not being available pretty much confirms that. When you resolve the links through EXCEL, going from (3a) to (3b), you're using the add-in simply as links, not as an add-in. Which can cause different issues in different versions of EXCEL.

So, make sure the add-in is activated in the add-in manager. (keyboard shortcut alt+t+i).

You may have the issue that first occurred in July of 2016 because MicroSoft issued some security updates, which prevented EXCEL from loading the add-in when EXCEL starts up. For a workaround suggested by Microsoft, until they supposedly fix the issue, see:

https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/30568

If the add-in isn't be loaded by EXCEL at startup, you would need to resolve links every time you open a workbook. Some people were doing a workaround of manually activating the add-in every time they opened EXCEL. But the Microsoft workaround above should fix the problem, if that's the problem you have?

On Wed, Aug 1, 2018 at 7:32 AM, 'Dan Smith' dan.smith33220@

....

wrote:

Answers to your questions:

Stock Market Functions add-in, Version 2.1.2018..01.24 (C:\SMF Add-In; Windows (32-bit) NT :.00; 15.0; ; ; 1)

1. After performing the steps in my initial post, I get: Stock Market Functions add-in, Version 2.1.2018.01.24 (C:\SMF Add-In; Windows (32-bit) NT :.00; 15.0; ; ; 1)

2. #NAME?

3. a. The formula is ='C:\SMF Add-In\RCH_Stock_Market_Functions.xla'!smfPricesByDates(AB$2,$Z3) if I choose DON'T UPDATE when the file opens

b. The formula is =smfPricesByDates(AB$2,$Z3) if I DO UPDATE when the file opens and perform the steps indicated in my first post (in which case, the formulas work)

As additional information, the fix links macro is NOT available for 2 and 3a above.

From: smf_addin@yahoogroups.com <mailto:smf_addin@yahoogroups.com> [mailto:smf_addin@yahoogroups.com <mailto:smf_addin@yahoogroups.com> ]
Sent: Wednesday, August 1, 2018 2:40 AM
To: smf_addin@yahoogroups.com <mailto:smf_addin@yahoogroups.com>
Subject: Re: [smf_addin] The dreaded #NAME?

It can't be enabling macros. When you install an add-in, you've already given it permission. It doesn't need any more.

Three things:

1. What do you get with:

=RCHGetElementNumber("Version&quot;)

2. Exit EXCEL, open EXCEL with an empty worksheet, and try that function again. Do you get the same thing?

3. On the worksheet you're having troubles with, what does the formula in one of the #NAME? cells look like? ,

Wed Aug 1, 2018 4:07 pm (PDT) . Posted by:

"Sundeep Chadha" sundeep_chadha

Hi Randy - 
This example file downloads some key statistics data from yahoo directly into excel -> RCHGetElementNumber-Template-Yahoo-Key-Statistics.xls

What I would like is to have a similar template that will download the financial information (both quarterly and annual) from yahoo. You don't need to build it. I will built it and share it with the community. However in order to do that I need to know the element number for financial data - like this 952 stands for profit margin ttm
=RCHGetElementNumber(Ticker,952)

How do I know (I can dig if you tell me how to) what would be the element number for say - Goodwill or Retained Earnings?
It goes without saying - THANK YOU for all that you do. 

Thanks and regards, Sundeep Chadha

Wed Aug 1, 2018 4:29 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

All of the elements I've defined are listed in
the RCHGetElementNumber-Element-Definitions.xls workbook. I never defined
all of the Yahoo financial statements. I stopped when I found out they
"pigeon holed" their data incorrectly for some of the analysis I was doing.
For example, they put "Restricted Cash" into "Cash & Equivalents". I don't
know if they've fixed that or not. But, for example, at that time, you
couldn't get to the "Cash" amount listed on the Key Statistics page, using
their own financial statements data. Also, since they had so few annual and
quarterly periods, it just didn't seem worth the effort. So I never went
beyond a few data items from the balance sheet.

Now, the best way would be to use the data in the JSON files. However:

Have you looked at the templates for GuruFocus or AdvFN or Morningstar?

On Wed, Aug 1, 2018 at 4:07 PM, Sundeep Chadha sundeep_chadha@
....
wrote:

>
> This example file downloads some key statistics data from yahoo directly
> into excel -> RCHGetElementNumber-Template-Yahoo-Key-Statistics.xls
> <http://ogres-crypt.com/SMF/Templates/RCHGetElementNumber-Template-Yahoo-Key-Statistics.xls>
>
> What I would like is to have a similar template that will download the
> financial information (both quarterly and annual) from yahoo. You don't
> need to build it. I will built it and share it with the community.
> However in order to do that I need to know the element number for
> financial data - like this 952 stands for profit margin ttm
> =RCHGetElementNumber(Ticker,952)
>
> How do I know (I can dig if you tell me how to) what would be the element
> number for say - Goodwill or Retained Earnings?
>
> It goes without saying - THANK YOU for all that you do.
>
>
>

Wed Aug 1, 2018 7:33 pm (PDT) . Posted by:

"Sundeep Chadha" sundeep_chadha

Thank you for replying promptly. 
A Question: 
1. You wrote "Now, the best way would be to use the data in the JSON files" <- Can you please elaborate. I do not understand what you mean here
I will also try to look at Gurufocus and Morningstar. However my experience has been that there is NO perfect data. Everybody has their own "way" of calculating some fields and there is always something wrong....some more than other or less than others. 
Thanks and regards, Sundeep Chadha


On Wednesday, August 1, 2018, 6:30:02 PM CDT, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

 

All of the elements I've defined are listed in the RCHGetElementNumber-Element-Definitions.xls workbook. I never defined all of the Yahoo financial statements. I stopped when I found out they "pigeon holed" their data incorrectly for some of the analysis I was doing.. For example, they put "Restricted Cash" into "Cash & Equivalents". I don't know if they've fixed that or not. But, for example, at that time, you couldn't get to the "Cash" amount listed on the Key Statistics page, using their own financial statements data. Also, since they had so few annual and quarterly periods, it just didn't seem worth the effort. So I never went beyond a few data items from the balance sheet.
Now, the best way would be to use the data in the JSON files. However:
Have you looked at the templates for GuruFocus or AdvFN or Morningstar?

On Wed, Aug 1, 2018 at 4:07 PM, Sundeep Chadha sundeep_chadha@... wrote:

This example file downloads some key statistics data from yahoo directly into excel -> RCHGetElementNumber- Template-Yahoo-Key-Statistics. xls

What I would like is to have a similar template that will download the financial information (both quarterly and annual) from yahoo. You don't need to build it. I will built it and share it with the community. However in order to do that I need to know the element number for financial data - like this 952 stands for profit margin ttm
=RCHGetElementNumber(Ticker, 952)

How do I know (I can dig if you tell me how to) what would be the element number for say - Goodwill or Retained Earnings?
It goes without saying - THANK YOU for all that you do. 

#yiv8858483911 #yiv8858483911 -- #yiv8858483911ygrp-mkp {border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}#yiv8858483911 #yiv8858483911ygrp-mkp hr {border:1px solid #d8d8d8;}#yiv8858483911 #yiv8858483911ygrp-mkp #yiv8858483911hd {color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}#yiv8858483911 #yiv8858483911ygrp-mkp #yiv8858483911ads {margin-bottom:10px;}#yiv8858483911 #yiv8858483911ygrp-mkp .yiv8858483911ad {padding:0 0;}#yiv8858483911 #yiv8858483911ygrp-mkp .yiv8858483911ad p {margin:0;}#yiv8858483911 #yiv8858483911ygrp-mkp .yiv8858483911ad a {color:#0000ff;text-decoration:none;}#yiv8858483911 #yiv8858483911ygrp-sponsor #yiv8858483911ygrp-lc {font-family:Arial;}#yiv8858483911 #yiv8858483911ygrp-sponsor #yiv8858483911ygrp-lc #yiv8858483911hd {margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}#yiv8858483911 #yiv8858483911ygrp-sponsor #yiv8858483911ygrp-lc .yiv8858483911ad {margin-bottom:10px;padding:0 0;}#yiv8858483911 #yiv8858483911actions {font-family:Verdana;font-size:11px;padding:10px 0;}#yiv8858483911 #yiv8858483911activity {background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}#yiv8858483911 #yiv8858483911activity span {font-weight:700;}#yiv8858483911 #yiv8858483911activity span:first-child {text-transform:uppercase;}#yiv8858483911 #yiv8858483911activity span a {color:#5085b6;text-decoration:none;}#yiv8858483911 #yiv8858483911activity span span {color:#ff7900;}#yiv8858483911 #yiv8858483911activity span .yiv8858483911underline {text-decoration:underline;}#yiv8858483911 .yiv8858483911attach {clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}#yiv8858483911 .yiv8858483911attach div a {text-decoration:none;}#yiv8858483911 .yiv8858483911attach img {border:none;padding-right:5px;}#yiv8858483911 .yiv8858483911attach label {display:block;margin-bottom:5px;}#yiv8858483911 .yiv8858483911attach label a {text-decoration:none;}#yiv8858483911 blockquote {margin:0 0 0 4px;}#yiv8858483911 .yiv8858483911bold {font-family:Arial;font-size:13px;font-weight:700;}#yiv8858483911 .yiv8858483911bold a {text-decoration:none;}#yiv8858483911 dd.yiv8858483911last p a {font-family:Verdana;font-weight:700;}#yiv8858483911 dd.yiv8858483911last p span {margin-right:10px;font-family:Verdana;font-weight:700;}#yiv8858483911 dd.yiv8858483911last p span.yiv8858483911yshortcuts {margin-right:0;}#yiv8858483911 div.yiv8858483911attach-table div div a {text-decoration:none;}#yiv8858483911 div.yiv8858483911attach-table {width:400px;}#yiv8858483911 div.yiv8858483911file-title a, #yiv8858483911 div.yiv8858483911file-title a:active, #yiv8858483911 div.yiv8858483911file-title a:hover, #yiv8858483911 div.yiv8858483911file-title a:visited {text-decoration:none;}#yiv8858483911 div.yiv8858483911photo-title a, #yiv8858483911 div.yiv8858483911photo-title a:active, #yiv8858483911 div.yiv8858483911photo-title a:hover, #yiv8858483911 div.yiv8858483911photo-title a:visited {text-decoration:none;}#yiv8858483911 div#yiv8858483911ygrp-mlmsg #yiv8858483911ygrp-msg p a span.yiv8858483911yshortcuts {font-family:Verdana;font-size:10px;font-weight:normal;}#yiv8858483911 .yiv8858483911green {color:#628c2a;}#yiv8858483911 .yiv8858483911MsoNormal {margin:0 0 0 0;}#yiv8858483911 o {font-size:0;}#yiv8858483911 #yiv8858483911photos div {float:left;width:72px;}#yiv8858483911 #yiv8858483911photos div div {border:1px solid #666666;min-height:62px;overflow:hidden;width:62px;}#yiv8858483911 #yiv8858483911photos div label {color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}#yiv8858483911 #yiv8858483911reco-category {font-size:77%;}#yiv8858483911 #yiv8858483911reco-desc {font-size:77%;}#yiv8858483911 .yiv8858483911replbq {margin:4px;}#yiv8858483911 #yiv8858483911ygrp-actbar div a:first-child {margin-right:2px;padding-right:5px;}#yiv8858483911 #yiv8858483911ygrp-mlmsg {font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}#yiv8858483911 #yiv8858483911ygrp-mlmsg table {font-size:inherit;font:100%;}#yiv8858483911 #yiv8858483911ygrp-mlmsg select, #yiv8858483911 input, #yiv8858483911 textarea {font:99% Arial, Helvetica, clean, sans-serif;}#yiv8858483911 #yiv8858483911ygrp-mlmsg pre, #yiv8858483911 code {font:115% monospace;}#yiv8858483911 #yiv8858483911ygrp-mlmsg * {line-height:1.22em;}#yiv8858483911 #yiv8858483911ygrp-mlmsg #yiv8858483911logo {padding-bottom:10px;}#yiv8858483911 #yiv8858483911ygrp-msg p a {font-family:Verdana;}#yiv8858483911 #yiv8858483911ygrp-msg p#yiv8858483911attach-count span {color:#1E66AE;font-weight:700;}#yiv8858483911 #yiv8858483911ygrp-reco #yiv8858483911reco-head {color:#ff7900;font-weight:700;}#yiv8858483911 #yiv8858483911ygrp-reco {margin-bottom:20px;padding:0px;}#yiv8858483911 #yiv8858483911ygrp-sponsor #yiv8858483911ov li a {font-size:130%;text-decoration:none;}#yiv8858483911 #yiv8858483911ygrp-sponsor #yiv8858483911ov li {font-size:77%;list-style-type:square;padding:6px 0;}#yiv8858483911 #yiv8858483911ygrp-sponsor #yiv8858483911ov ul {margin:0;padding:0 0 0 8px;}#yiv8858483911 #yiv8858483911ygrp-text {font-family:Georgia;}#yiv8858483911 #yiv8858483911ygrp-text p {margin:0 0 1em 0;}#yiv8858483911 #yiv8858483911ygrp-text tt {font-size:120%;}#yiv8858483911 #yiv8858483911ygrp-vital ul li:last-child {border-right:none !important;}#yiv8858483911

Wed Aug 1, 2018 8:06 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

As a JSON example, you asked about goodwill -- these would retrieve that
four annual amounts from Yahoo:

=smfGetYahooJSONField("MMM","balanceSheetHistory",
"quoteSummary.result.0.balanceSheetHistory.balanceSheetStatements.0.goodWill.raw")
=smfGetYahooJSONField("MMM","balanceSheetHistory",
"quoteSummary.result.0.balanceSheetHistory.balanceSheetStatements.1.goodWill.raw")
=smfGetYahooJSONField("MMM","balanceSheetHistory",
"quoteSummary.result.0.balanceSheetHistory.balanceSheetStatements.2.goodWill.raw")
=smfGetYahooJSONField("MMM","balanceSheetHistory",
"quoteSummary.result.0.balanceSheetHistory.balanceSheetStatements.3.goodWill.raw")

That's ticker symbol, Yahoo module, and JSON field name. I've tried to
document the available modules and field names in workbooks found here:

http://ogres-crypt.com/SMF/Elements/

I'm just not sure what I want to do with them. I'm thinking the best option
is to parse the modules into a range that would look like the CSV file
delivered from Morningstar, with everything in fixed locations, because
using the formulas above to extract a large number of values would be
relatively slow. Or, just convert it sequentially into a CSV file for
smfGetCSVFile(). As a GuruFocus subscriber, I can easily download a CSV
file with 40 years of annual and quarterly financial statements data for
any given company. That's another option.

A better method might be using Python or PHP. They can "unload" JSON files
into a usable format quickly and easily.

One concern I have is people attempting to build their own databases and
doing a large number of retrievals from Yahoo, encouraging them to move the
JSON files behind some type of protection, similar to what Barchart just
did. But that's an issue I've had concerns over ever since I started
sharing the add-in. I might still have access to Barchart data if I hadn't
released add-in functions that accessed their data. :(

On Wed, Aug 1, 2018 at 7:33 PM, Sundeep Chadha sundeep_chadha@yahoo.com
[smf_addin] <smf_addin@yahoogroups.com> wrote:

>
> Thank you for replying promptly.
>
> A Question:
>
> 1. You wrote "Now, the best way would be to use the data in the JSON
> files" <- Can you please elaborate. I do not understand what you mean here
>
> I will also try to look at Gurufocus and Morningstar. However my
> experience has been that there is NO perfect data.
> Everybody has their own "way" of calculating some fields and there is
> always something wrong...some more than other or less than others.
>
>
>
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
READ MORE....

Rabu, 01 Agustus 2018

[belajar-excel] Digest Number 4560

4 Messages

Digest #4560

Messages

Wed Aug 1, 2018 10:35 am (PDT) . Posted by:


"PERATURAN MILIS belajar-excel"
-------------------------------

Milis belajar-excel dibuat agar menjadi komunitas / tempat berkumpulnya
para pemakai software microsoft excel, untuk saling berbagi pengetahuan
(sharing), diskusi dan tanya-jawab hal-hal yg menyangkut MS Excel.

Setting untuk posting di milis ini masih dipertahankan = "UnModerated&quot;
(member dapat mengirim posting, tanpa melalui moderasi dan langsung
masuk ke message-list di milis).
Posting pertama & kedua dari member yg baru bergabung harus menunggu
approval dari moderators. Jika dinilai wajar, posting selanjutnya tidak
perlu approval lagi.

Hal ini adalah demi menjadikan milis lebih dinamis, posting tidak
tertunda, diskusi lebih hidup.

Tetapi konsekwensinya, kita sebagai members harus punya niat untuk
menjaga milis ini tetap bersih, enak diikuti, yaitu dengan TIDAK
mengirim posting berisi hal yg mubazir, yg di luar topik, yg "nyampah";
apalagi yg memicu timbulnya pertengkaran yg tidak perlu.

Setiap saat para Moderators akan melihat-lihat lagi msg list, dan akan
membersihkan message list dari posting sampah yg tidak perlu.

Untuk itu kita perlu kesepakatan sebagai berikut:

A. SANGAT DIHARAPKAN:
==================

(1)
Posting dari member berupa: share pengetahuan, pertanyaan, jawaban dan/
atau komentar dan tanggapan yg masih relevan dengan pertanyaan/posting;
semuanya harus sekitar atau ada hubungannya dengan Microsoft Excel.

(2)
Size Lampiran dlm rangka memperjelas kasus/penjelasan, agar diupayakan
tidak lebih dari 250KB, jika perlu dicompressed dulu.

(3)
Posting pertanyaan dialamatkan hanya kepada alamat milis, (jangan ke
alamat owner)

(4)
Semua mail dikemukakan secara santun, ceria, menyenangkan, boleh lucu,
saling menghormati, menjauhkan dari masalah SARA.

B. SANGAT TIDAK DIHARAPKAN:
========================

(1)
Mail yg isinya melecehkan, menghina fihak lain, berbahasa kasar, memicu
pertengkaran dsb.

(2)
Posting "too good to be true" misalnya "jualan" (MLM), spam, money game,
hoax, mail berantai dan iklan (tanpa lebihdulu mendapat ijin dari owner).

(3)
Cross-posting (mengirim 1 mail sekaligus kepada lebih dari satu milis /
address tujuan).

(4)
Mail yg ditulis dengan ukuran, bentuk/warna font dan cara yg di luar
kewajaran, sehingga menyulitkan pembacaan.

(5)
Mail tanpa judul/subject dan/atau tanpa isi, walaupun melampirkan penjelasan.

(6)
Menyertakan link yang merujuk kepada halaman yang berisi iklan produk /
informasi yang tidak berhubungan dengan Excel / pertanyaan.

C. LAIN LAIN:
========

Saran & Tips menulis mail / posting ke milis:
---------------------------------------------

(a)
Berikan subject yg isinya mewakili kasus yg akan ditulis.
Hindari subject yg tidak jelas dan terlalu general (misal "tolong",
"help", "tanya" "mohon pencerahan", dsb)

(b)
Ikuti Subject yg telah ada, (dengan meReply), hanya jika masalah yg akan
ditulis masih berkaitan.
Mengubah Subject (misal dgn menambah kata "Balasan" / "Solusi" /
"Tanggapan&quot; dsb, hanya akan merusak 'Thread&#39; (korelasi/kesinambungan)
suatu topik, oleh karena itu jangan dilakukan.

Jika anda akan mengajukan topik/kasus baru yg tidak berkaitan dengan
topik yg telah ada, buatlah Subject baru, dengan Compose / New Mail.
JANGAN dengan cara mereply subject yg ada lalu mengganti subjecnya.

(c)
Terutama pada posting pertanyaan/request, tuliskan masalah dengan jelas
di badan email. Penjelasan lebih rinci dapat ditulis pada lampiran.
Lampiran sedapat mungkin berupa workbook (file *.xls), dengan nama-file
yang spesifik.

(d)
Posting tanggapan/jawaban hendaknya ditulis secara 'top-posting&#39; (di
ATAS "quoted mail" yg ditanggapi, demi mempermudah pembacaan.

'Quoted mail' tidak harus disertakan semua, cukup 1 atau maximal 2 mail
terdahulu.

(e)
Footer yg tidak perlu hendaknya dihapus dulu sebelum mail Anda kirimkan.

Mengenai OOT dan VOOT
---------------------
Di luar 3 jenis posting di atas, yi: DISKUSI yg berisi sharing,
pertanyaan, tanggapan) akan dianggap Out of Topic (OOT) atau bahkan
VOOT (very out of topic).

Kategory OOT akan dipertimbangkan kasus-demi-kasus dengan kriteria
"manfaat positif bagi komunitas kita".

Kategory OOT atas pertimbangan khusus, misalnya demi kepentingan yg
mendesak dan penting, atau demi "kemanusiaan&quot;, tidak didelete.
Jika tidak memenuhi kriteria akan didelete dengan atau tanpa pemberi-
tahuan kpd member.

Kategory VOOT, posting akan langsung didelete, pengirim akan diberi
teguran.

VOOT kedua dari pengirim yg sama akan menyebabkan member ybs didisabled
sementara kemampuan postingnya.

Kelanjutan dari suatu diskusi tanya-jawab, masih layak diposted ke milis,
misal hanya ucapan terima kasih atau pun sejenis konfirmasi bahwa suatu
solusi sudah diterima dan dapat dipakai dsb, ini dapat golongkan sbg OOT
yg masih layak tayang.

Kelanjutan pembicaraan yg sudah tidak relevan lagi bagi member lain,
dapat anda teruskan melalui 'japri&#39; (jalur pribadi).

Kritik dan saran kepada milis 'belajar-excel'
--------------------------------------------
Kritik dan saran diluar masalah excel demi perbaikan milis ini dapat
disampaikan ke owner / moderators

Hak dan wewenang Moderators
---------------------------
Moderators berhak setelah mempertimbangkan hal-hal diatas untuk
memberikan kartu kuning atau langsung kartu merah dan/atau
mem-banned members yang melakukan pelanggaran rules milis ini.

Himbauan dari milis 'belajar excel' kpd members
-----------------------------------------------

Diharapkan para members terus meningkatkan pengetahuannya mengenai
kelaziman cara bermilis & ber-net-ria secara umum.

Perlu selalu disadari bahwa di dunia internet, sama dengan dunia kita
sehari hari.
Jika di dunia nyata kita mengenal "etika / ettiquettes", maka di net
ada semacam etika umum yg lazim disebut "nettiquette&quot;.

Kalau anda sering tidak mengindahkan "nettiquettes&quot;, tidak akan polisi
yg menangkap anda; tetapi lama-lama anda akan dijauhi banyak rekan,
karena mereka tentu merasa tidak nyaman ber-korespondensi dengan anda.

Sebagai Members of "milis belajar-excel" dan sebagai 'netter sejati',
anda tentu tidak suka kalau harus dicap sebagai "tidak nettis" yang
artinya setara dgn "tidak etis".

--------------------------------------------[rev: 13mar2010 / ctv]-----

revisi 2: tgl 02Des2013 / dwint
# penambahan point B.6.

Wed Aug 1, 2018 7:54 pm (PDT) . Posted by:

"roy sumarna" rohendi_2000

terima kasih.. mr ghozi...

----- Pesan yang Diteruskan ----- Dari: ghozi alkatiri ghozialkatiri@yahoo.co.id [belajar-excel] <belajar-excel@yahoogroups.com>Kepada: roy sumarna rohendi_2000@yahoo.co.id [belajar-excel] <belajar-excel@yahoogroups.com>Terkirim: Selasa, 31 Juli 2018 15.06.09 GMT+7Judul: Re: [belajar-excel] rumus usia pensiun
 

misalkan datanya di A1 
coba =EDATE(A1,55*12)
Pada Selasa, 31 Juli 2018 14.05.12 WIB, roy sumarna rohendi_2000@yahoo.co.id [belajar-excel] <belajar-excel@yahoogroups.com> menulis:

 

yth.. master excel>>>
gimana rumus untuk menghitung usia pensiun seseorang misal :
tanggal lahir 03/05/1967  pensiun 58 adalah 03/05/2025... cara mencari nilai 03/5/2025 gimana ya makasih..
sebelumnya

Wed Aug 1, 2018 8:58 pm (PDT) . Posted by:

"Irfan Dadi"

Dear para Suhu,

mohon info cara menampilkan tanggal terakhir untuk stok yang masuk atau
keluar gudang

--
Best Regards,

Irfan Dadi

Wed Aug 1, 2018 10:07 pm (PDT) . Posted by:

"hendrik karnadi" hendrikkarnadi

Coba pakai kombinasi fungsi Large dan If (Array formula).E1 : untuk tanggal terakhir MasukE2 : Untuk tanggal terakhir Keluar (Ganti B2:B6 dengan C2:C6)
Salam,HK

On Thursday, 2 August 2018, 10:58:41 AM GMT+7, Irfan Dadi dadiirfan@gmail.com [belajar-excel] <belajar-excel@yahoogroups.com> wrote:

 

Dear para Suhu,
mohon info cara menampilkan tanggal terakhir untuk stok  yang masuk atau keluar gudang

--
Best Regards,

Irfan Dadi

============================================================
Pojok Lowongan Kerja yang disediakan milis :
http://milis-belajar-excel.1048464.n5.nabble.com/Pojok-Lowongan-Kerja-f5725753.html
*** Posting lowongan kerja : ke link tersebut dan klik New Topic
============================================================
bergabung ke milis (subscribe), kirim mail kosong ke: belajar-excel-subscribe@yahoogroups.com
posting ke milis, kirimkan ke: belajar-excel@yahoogroups.com
berkunjung ke web milis : http://tech.groups.yahoo.com/group/belajar-excel/messages
melihat file archive / mendownload lampiran : http://www.mail-archive.com/belajar-excel@yahoogroups.com/
atau (sejak 25-Apr-2011) bisa juga di : http://milis-belajar-excel.1048464.n5.nabble.com/
menghubungi moderators & owners: belajar-excel-owner@yahoogroups.com
keluar dari membership milis (UnSubscribe), kirim mail kosong ke : belajar-excel-unsubscribe@yahoogroups.com
---------------------------------------------------------------------
READ MORE....

[smf_addin] Digest Number 4371

7 Messages

Digest #4371
1a
Marketbeat table help by friedman_steve
1b
Re: Marketbeat table help by "Randy Harmelink" rharmelink
1c
Re: Marketbeat table help by friedman_steve
2a
The dreaded #NAME? by dan.smith33220@gmail.com
2b
Re: The dreaded #NAME? by "Randy Harmelink" rharmelink
2c
Re: The dreaded #NAME? by "Dan Smith" dan.smith33220@gmail.com
2d
Re: The dreaded #NAME? by "Randy Harmelink" rharmelink

Messages

Tue Jul 31, 2018 7:20 am (PDT) . Posted by:

friedman_steve

Randy,
Was hoping you could help me with formula to grab table of analyst ratings from marketbeat. Specifically the table that shows broker name and price targets: example website


I think this may be close? (where A1 has my ticker)
=RCHGetHTMLTable("http://www.marketbeat.com/stocks/NASDAQ/"&$A$1&"","Date",2,"",3)





My old formula that doesn't work anymore:
old formula: =RCHGetHTMLTable("http://www.analystratings.net/stocks/"&$A$1&"?MostRecent=1","Date",2,"",3)



Thanks for the help Randy.


Tue Jul 31, 2018 10:20 am (PDT) . Posted by:

"Randy Harmelink" rharmelink

Close, but you need a different URL for that tab. Try:

=RCHGetHTMLTable("https://www.marketbeat.com/stocks/NYSE/
"&$A$1&"/price-target/",">Brokerage")

On Tue, Jul 31, 2018 at 7:20 AM, friedman_steve@
....
wrote:

> Was hoping you could help me with formula to grab table of analyst ratings
> from marketbeat. Specifically the table that shows broker name and price
> targets: example website
>
> I think this may be close? (where A1 has my ticker)
>
> =RCHGetHTMLTable("http://www.marketbeat.com/stocks/NASDAQ/"
> &$A$1&"","Date",2,"",3)
>
> My old formula that doesn't work anymore:
>
> old formula: =RCHGetHTMLTable("http://www.analystratings.net/stocks/
> "&$A$1&"?MostRecent=1","Date",2,"",3)
>
>
>

Tue Jul 31, 2018 12:07 pm (PDT) . Posted by:

friedman_steve

awesome. that works. thanks.

Tue Jul 31, 2018 5:46 pm (PDT) . Posted by:

dan.smith33220@gmail.com

I've read and tried the recommendations on how to fix the problem of worksheets not being able to access the add-in causing cells to display #NAME?. I've tried the recommendation I've found, including deleting the formula references to the add-in location. I apologize in advance if I've missed something, but I've been unable to solve my problem.


The add-in is installed in the standard C:\SMF Add-In folder, so the references should not be the problem. However, every time I open the workbook, the formula values when last saved are displayed, but I get an Excel message "This workbook contains links to one or more external sources that could be unsafe." The message provides the option to "Update" which I select. For the record, the full reference to the add-in location is displayed in the formulas at this point and the reference is correct.


After clicking Update, I get another message "We can't update some of the links in your workbook right now." If I choose "Edit Links" at this point, and then click "Open Source", I get a message "Microsoft has identified a potential security concern". If I then click "Enable Macros", the worksheet displays #NAME? in all cells until the recalculation completes.


It seems like Microsoft believes there could be a problem with the add-in and forces me to explicitly enable macros every time I open a worksheet containing formula references to the add-in. What is the best way to avoid this problem?

Tue Jul 31, 2018 6:30 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

I learned a long time ago that the EXCEL method of handling unresolved
links was unreliable for add-in links.

That's why the add-in has a macro to fix things. Just execute the
smfFixLinks macro of the add-in. I even have it assigned to a button on my
quick access toolbar because I use it so often. Alternatively, it's also on
the context menu (i.e right mouse click on a cell) within EXCEL.

Once smfFixLinks processes and you save the workbook, you shouldn't have
any more unresolved links when you again open THAT WORKBOOK. At least none
that are related to the add-in. Unless you move the add-in...

On Tue, Jul 31, 2018 at 5:46 PM, dan.smith33220@
....
wrote:

> I've read and tried the recommendations on how to fix the problem of
> worksheets not being able to access the add-in causing cells to display
> #NAME?. I've tried the recommendation I've found, including deleting the
> formula references to the add-in location. I apologize in advance if I've
> missed something, but I've been unable to solve my problem.
>
> The add-in is installed in the standard C:\SMF Add-In folder, so the
> references should not be the problem. However, every time I open the
> workbook, the formula values when last saved are displayed, but I get an
> Excel message "This workbook contains links to one or more external sources
> that could be unsafe." The message provides the option to "Update" which I
> select. For the record, the full reference to the add-in location is
> displayed in the formulas at this point and the reference is correct.
>
> After clicking Update, I get another message "We can't update some of the
> links in your workbook right now." If I choose "Edit Links" at this point,
> and then click "Open Source", I get a message "Microsoft has identified a
> potential security concern". If I then click "Enable Macros", the
> worksheet displays #NAME? in all cells until the recalculation completes.
>
> It seems like Microsoft believes there could be a problem with the add-in
> and forces me to explicitly enable macros every time I open a worksheet
> containing formula references to the add-in. What is the best way to avoid
> this problem?
>
>

Tue Jul 31, 2018 7:46 pm (PDT) . Posted by:

"Dan Smith" dan.smith33220@gmail.com

Thanks for the quick response.

Ran the macro, saved the file, closed file and reopened. Same problem.

I'm not sure the problem is unresolved links. I'm able to solve the problem by making the choices on the Excel messages as previously indicated. This ends up simply enabling macros. It seems the links are ok, it's just that Excel doesn't want to execute the macros without them being manually enabled.

Dan

From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Tuesday, July 31, 2018 9:30 PM
To: smf_addin@yahoogroups.com
Subject: Re: [smf_addin] The dreaded #NAME?

I learned a long time ago that the EXCEL method of handling unresolved links was unreliable for add-in links.

That's why the add-in has a macro to fix things. Just execute the smfFixLinks macro of the add-in. I even have it assigned to a button on my quick access toolbar because I use it so often. Alternatively, it's also on the context menu (i.e right mouse click on a cell) within EXCEL.

Once smfFixLinks processes and you save the workbook, you shouldn't have any more unresolved links when you again open THAT WORKBOOK. At least none that are related to the add-in. Unless you move the add-in...

On Tue, Jul 31, 2018 at 5:46 PM, dan.smith33220@

....

wrote:

I've read and tried the recommendations on how to fix the problem of worksheets not being able to access the add-in causing cells to display #NAME?. I've tried the recommendation I've found, including deleting the formula references to the add-in location. I apologize in advance if I've missed something, but I've been unable to solve my problem.

The add-in is installed in the standard C:\SMF Add-In folder, so the references should not be the problem. However, every time I open the workbook, the formula values when last saved are displayed, but I get an Excel message "This workbook contains links to one or more external sources that could be unsafe." The message provides the option to "Update" which I select. For the record, the full reference to the add-in location is displayed in the formulas at this point and the reference is correct.

After clicking Update, I get another message "We can't update some of the links in your workbook right now." If I choose "Edit Links" at this point, and then click "Open Source", I get a message "Microsoft has identified a potential security concern". If I then click "Enable Macros", the worksheet displays #NAME? in all cells until the recalculation completes.

It seems like Microsoft believes there could be a problem with the add-in and forces me to explicitly enable macros every time I open a worksheet containing formula references to the add-in. What is the best way to avoid this problem?

Tue Jul 31, 2018 11:39 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

It can't be enabling macros. When you install an add-in, you've already
given it permission. It doesn't need any more.

Three things:

1. What do you get with:

=RCHGetElementNumber("Version&quot;)

2. Exit EXCEL, open EXCEL with an empty worksheet, and try that function
again. Do you get the same thing?

3. On the worksheet you're having troubles with, what does the formula in
one of the #NAME? cells look like? ,

On Tue, Jul 31, 2018 at 7:46 PM, 'Dan Smith' dan.smith33220@
....
wrote:

>
> Thanks for the quick response.
>
>
>
> Ran the macro, saved the file, closed file and reopened. Same problem..
>
>
>
> I'm not sure the problem is unresolved links. I'm able to solve the
> problem by making the choices on the Excel messages as previously
> indicated. This ends up simply enabling macros. It seems the links are
> ok, it's just that Excel doesn't want to execute the macros without them
> being manually enabled.
>
>
>
>
>
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
READ MORE....