我们都知道 [斐波那契数列](https://justyy.com/archives/1031) 的定义如下: We all know the Fibonacci sequence is defined as: > F(n) = F(n - 1) + F(n - 2) and the terminating conditions are 其中 >F(1) = 0, F(2) = 1 First few Fibonacci numbers are 前面几项的值为: > 0, 1, 1, 2, 3, 5, 8, 13, 21 ... If you code, that is easy, however, it is even easier just using Excel spreadsheet to calculate the Fibonacci numbers 写程序很简单,但是不用写程序仅用[EXCEL](https://justyy.com/archives/1337)也可以分分钟求出前几项的值。 1. Open Excel, 打开 [Excel](https://justyy.com/archives/1905), 2. Put 0 at A1 在A1输入0 3. Put 1 at A2 在A2输入=A1+A2  4. Enter formula =A1+A2 at Cell A3 在A3输入公式 = A1+A2  5. Click and Drag A3 to fill the other cells in the same A:A column. 然后点击A3的右下角往下拉到底,立马就能计算斐波那契数列,很神奇有木有?  Excel autocomplete the formulas e.g. A4=A2+A3, A5=A3+A4 这是因为 EXCEL强大的公式自动填补,如:A4=A2+A3, A5=A3+A4以此类推..... Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts. 原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。 // Later, it will be reposted to my blogs: [justyy.com](https://justyy.com), [helloacm.com](https://helloacm.com) and [codingforspeed.com](https://codingforspeed.com) 稍后同步到我的[中文博客](https://justyy.com)和英文[计算机](https://helloacm.com)[博客](https://codingforspeed.com)。 - [Iterative Computing Fib Number using Excel](https://helloacm.com/iterative-computing-fib-number-using-excel/) - [在EXCEL里也可以计算斐波那契数列](https://justyy.com/archives/5220) # 近期热贴 - [过去7天收益排行榜](https://steemit.com/stats/@justyy/daily-top-30-authors-in-cn-cn7-2017-09-01) - [聂小倩 (1)| #5电影](https://steemit.com/cn/@justyy/1-or-5) - [面经:Python 的 List 和 Dictionary 有啥区别?](https://steemit.com/cn/@justyy/interview-question-what-is-the-difference-between-list-and-dictionary-in-python-python-list-dictionary) - [今天国足嬴了,我们来说说什么是SEO?流量怎么挣钱?](https://steemit.com/cn/@justyy/seo) - [SteemIt 好友微信群排行榜 - (实时更新版)](https://steemit.com/cn/@justyy/steemit-daily-wechat-group-ranking-steemit) - [SP小于500也可以通过程序来设置点赞百分比](https://steemit.com/cn/@justyy/voting-weight-for-sp-less-than-500-sp-500) - [碧桂园海外(英国)招博士让我思考了人生规划, 碧桂园适不适合你?](https://steemit.com/cn/@justyy/3dyled) - Ned 的代理SP是怎么被使用的 - Steemit 商业分析 [Part 1](https://steemit.com/cn/@justyy/ned-sp-steemit-part-1), [Part 2](https://steemit.com/cn/@justyy/ned-sp-steemit-part-2), [Part 3](https://steemit.com/cn/@justyy/ned-sp-steemit-part-3-sweetsssj-tumutanzi) and [Part 4](https://steemit.com/cn/@justyy/ned-sp-steemit-part-4) # Recent Popular Posts - [Daily Top 30 Authors Pending Payout in the Last 7 days ](https://steemit.com/stats/@dailystats/daily-top-30-authors-pending-payout-in-the-last-7-days-2017-08-31) - [Interview Question: What is the difference between List and Dictionary in Python?](https://steemit.com/cn/@justyy/interview-question-what-is-the-difference-between-list-and-dictionary-in-python-python-list-dictionary) - [SteemIt Daily Wechat Group Ranking](https://steemit.com/cn/@justyy/steemit-daily-wechat-group-ranking-steemit) - [Voting Weight for SP less than 500](https://steemit.com/cn/@justyy/voting-weight-for-sp-less-than-500-sp-500) - [SteemSQL Tutorial: How to Get Authors Order By Potential Payout in Last 7 days?](https://steemit.com/cn/@justyy/steem-sql-7-cn) https://justyy.com/gif/steemit.gif Tags: #cn #cn-programming #programming #steemstem #excel
author | justyy |
---|---|
permlink | how-to-calculate-fibonacci-numbers-using-excel-excel |
category | cn |
json_metadata | {"tags":["cn","cn-programming","programming","steemstem","excel"],"users":["justyy"],"image":["https://steemitimages.com/DQmdMcJxphj9djJPJoSSU9hp32fzTrEnkSuVh5dpM7XCMM2/image.png","https://steemitimages.com/DQmcfmR8zPhYSfo9zBMCveAbeTFVTCTpnpthdK73zztwGmT/image.png","https://steemitimages.com/DQmfH8RomEdkgAZ8QCwoCVB5kSraLuF4uA7PR32h1BS2GGU/image.png","https://justyy.com/gif/steemit.gif"],"links":["https://justyy.com/archives/1031","https://justyy.com/archives/1337","https://justyy.com/archives/1905","https://steemit.com","https://Steemit.com","https://justyy.com","https://helloacm.com","https://codingforspeed.com","https://helloacm.com/iterative-computing-fib-number-using-excel/","https://justyy.com/archives/5220","https://steemit.com/stats/@justyy/daily-top-30-authors-in-cn-cn7-2017-09-01","https://steemit.com/cn/@justyy/1-or-5","https://steemit.com/cn/@justyy/interview-question-what-is-the-difference-between-list-and-dictionary-in-python-python-list-dictionary","https://steemit.com/cn/@justyy/seo","https://steemit.com/cn/@justyy/steemit-daily-wechat-group-ranking-steemit","https://steemit.com/cn/@justyy/voting-weight-for-sp-less-than-500-sp-500","https://steemit.com/cn/@justyy/3dyled","https://steemit.com/cn/@justyy/ned-sp-steemit-part-1","https://steemit.com/cn/@justyy/ned-sp-steemit-part-2","https://steemit.com/cn/@justyy/ned-sp-steemit-part-3-sweetsssj-tumutanzi","https://steemit.com/cn/@justyy/ned-sp-steemit-part-4","https://steemit.com/stats/@dailystats/daily-top-30-authors-pending-payout-in-the-last-7-days-2017-08-31","https://steemit.com/cn/@justyy/steem-sql-7-cn"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-02 09:04:36 |
last_update | 2017-09-03 09:00:09 |
depth | 0 |
children | 13 |
last_payout | 2017-09-09 09:04:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 51.010 HBD |
curator_payout_value | 14.417 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,698 |
author_reputation | 280,616,224,641,976 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,630,481 |
net_rshares | 16,884,311,409,897 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fractalnode | 0 | 320,702,353 | 25% | ||
justtryme90 | 0 | 857,201,591,959 | 50% | ||
rok-sivante | 0 | 785,846,554,401 | 100% | ||
roelandp | 0 | 38,306,065,569 | 1% | ||
robrigo | 0 | 197,115,929,676 | 100% | ||
freeyourmind | 0 | 1,584,255,372,655 | 100% | ||
biophil | 0 | 12,874,277,507 | 100% | ||
shla-rafia | 0 | 286,336,793 | 0.3% | ||
artific | 0 | 291,983,134,966 | 100% | ||
arcange | 0 | 15,241,419,804 | 5% | ||
ubg | 0 | 211,792,164 | 1% | ||
raphaelle | 0 | 2,743,343,154 | 5% | ||
tensaix2j | 0 | 2,286,796,690 | 100% | ||
magicmonk | 0 | 20,093,752,779 | 100% | ||
snowflake | 0 | 1,652,378,428,223 | 100% | ||
archiles | 0 | 61,926,857 | 100% | ||
ericsim1991 | 0 | 61,405,957 | 100% | ||
ericsim1989 | 0 | 60,988,735 | 100% | ||
tumutanzi | 0 | 2,080,222,082,872 | 12% | ||
penguinpablo | 0 | 342,352,032,138 | 25% | ||
allyouneedtoknow | 0 | 21,581,287,562 | 30% | ||
justyy | 0 | 314,090,294,671 | 100% | ||
mamtege | 0 | 148,617,912 | 100% | ||
happyukgo | 0 | 1,301,883,155 | 100% | ||
ozymandias | 0 | 2,513,045,122 | 100% | ||
v4vapid | 0 | 1,617,541,087,661 | 11% | ||
someonewhoisme | 0 | 1,581,678,416,738 | 100% | ||
jubi | 0 | 21,583,173,476 | 100% | ||
bigyellow | 0 | 2,609,541,304 | 100% | ||
trafalgar | 0 | 1,905,057,228,624 | 9% | ||
eksnet | 0 | 460,269,710 | 100% | ||
sotnikov | 0 | 458,721,994 | 100% | ||
starichek | 0 | 461,282,772 | 100% | ||
rafanadal | 0 | 461,294,425 | 100% | ||
yvettecochran | 0 | 469,358,816 | 100% | ||
luna33 | 0 | 104,849,854,140 | 100% | ||
htliao | 0 | 832,702,395,234 | 5% | ||
sv67216721 | 0 | 3,947,710,144 | 5% | ||
frankintaiwan | 0 | 113,376,022 | 20% | ||
ojaber | 0 | 18,044,743,549 | 100% | ||
eajob | 0 | 440,553,874 | 100% | ||
nanosesame | 0 | 10,484,908,561 | 100% | ||
linuslee0216 | 0 | 2,279,323,865,966 | 12% | ||
viralcutz | 0 | 585,622,928 | 10% | ||
shenchensucc | 0 | 13,889,919,653 | 100% | ||
kazanova | 0 | 530,749,929 | 100% | ||
lvbzw182 | 0 | 536,063,608 | 100% | ||
wyinhbretb | 0 | 523,843,809 | 100% | ||
liflorence | 0 | 21,262,718,453 | 81% | ||
thing-2 | 0 | 168,257,508,211 | 100% | ||
mrpointp | 0 | 18,132,614,633 | 27% | ||
smartdeveloper | 0 | 203,727,410 | 29% | ||
hannahwu | 0 | 9,560,938,115 | 47% | ||
davidzack | 0 | 412,440,145 | 100% | ||
kangnajiang | 0 | 1,360,246,586 | 100% | ||
sylvia1997 | 0 | 5,125,622,066 | 100% | ||
fakire1sadaka | 0 | 141,168,520 | 50% | ||
teamaxa | 0 | 963,385,744 | 100% | ||
geass | 0 | 474,106,103 | 100% | ||
uatro | 0 | 477,030,400 | 100% | ||
tvb | 0 | 3,776,062,491 | 100% | ||
vas1liy | 0 | 539,162,002 | 100% | ||
didko | 0 | 536,241,919 | 100% | ||
pukyn | 0 | 539,090,121 | 100% | ||
lady.parmaneva | 0 | 536,063,370 | 100% | ||
itavinach | 0 | 548,275,200 | 100% | ||
alenlayck | 0 | 548,077,228 | 100% | ||
maskaseloch | 0 | 529,689,600 | 100% | ||
roxlina.akilina | 0 | 542,188,340 | 100% | ||
qazuse | 0 | 542,080,000 | 100% | ||
vekocy | 0 | 551,372,800 | 100% | ||
ericsim | 0 | 154,880,000 | 100% | ||
ladu | 0 | 401,445,903 | 100% | ||
ucherana | 0 | 533,319,615 | 100% | ||
mirennda | 0 | 526,592,000 | 100% | ||
ganeypopova | 0 | 992,532,690 | 100% | ||
redtea | 0 | 874,546,135 | 100% | ||
nakarvaev | 0 | 998,149,240 | 100% | ||
cryptotrade007 | 0 | 6,550,542,677 | 100% | ||
xyzaw | 0 | 835,659,468 | 100% | ||
hipud | 0 | 998,148,798 | 100% | ||
fury123 | 0 | 1,144,659,321 | 100% | ||
cupidofdarkness | 0 | 151,617,027 | 100% | ||
tjkyajarras | 0 | 1,009,750,911 | 100% | ||
yuliyaaxma | 0 | 1,003,946,738 | 100% | ||
chen-chen | 0 | 667,472,664 | 100% | ||
marlinahamid | 0 | 441,556,028 | 100% | ||
superbing | 0 | 4,844,008,848 | 100% | ||
dailyfortune | 0 | 2,079,640,087 | 100% | ||
xiaoshancun | 0 | 147,283,952 | 100% | ||
dailystats | 0 | 2,159,147,117 | 100% | ||
honolulu | 0 | 92,465,459 | 100% | ||
fetta | 0 | 400,414,562 | 100% | ||
cryrac | 0 | 313,367,730 | 100% | ||
phil-coding | 0 | 1,137,406,859 | 100% |
YY,这个贴没有反映出你的真实水平啊。哈哈。。。
author | bigyellow |
---|---|
permlink | re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t160142579z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 16:01:27 |
last_update | 2017-09-02 16:01:27 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 16:01:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 7,347,169,841,366 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,660,917 |
net_rshares | 0 |
让你们找找自信,哈哈
author | justyy |
---|---|
permlink | re-bigyellow-re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t203405302z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 20:34:06 |
last_update | 2017-09-02 20:34:06 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 20:34:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 280,616,224,641,976 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,682,115 |
net_rshares | 0 |
这都被你发现了
author | jubi |
---|---|
permlink | re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t102320257z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 10:23:24 |
last_update | 2017-09-02 10:23:24 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 10:23:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 82,406,494,254,467 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,635,321 |
net_rshares | 0 |
发现新大陆了^^
author | justyy |
---|---|
permlink | re-jubi-re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t203616616z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 20:36:15 |
last_update | 2017-09-02 20:36:15 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 20:36:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 280,616,224,641,976 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,682,269 |
net_rshares | 0 |
Nice one
author | ladu |
---|---|
permlink | re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t095204921z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 09:52:09 |
last_update | 2017-09-02 09:52:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 09:52:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 238,580,540,620 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,633,300 |
net_rshares | 0 |
終於有一篇看的懂的:)
author | magicmonk |
---|---|
permlink | re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t201245634z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 20:12:51 |
last_update | 2017-09-02 20:12:51 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 20:12:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 1,106,580,596,354,872 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,680,651 |
net_rshares | 0 |
证明你进步了,哈哈。
author | justyy |
---|---|
permlink | re-magicmonk-re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t203446794z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 20:34:45 |
last_update | 2017-09-02 20:34:45 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 20:34:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 280,616,224,641,976 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,682,159 |
net_rshares | 23,185,099,360 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 23,185,099,360 | 100% |
Nice post. Please follow me
author | marlinahamid | ||||||
---|---|---|---|---|---|---|---|
permlink | re-justyy-201792t16628888z | ||||||
category | cn | ||||||
json_metadata | {"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 09:06:30 | ||||||
last_update | 2017-09-02 09:06:30 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-09 09:06:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 27 | ||||||
author_reputation | 1,686,818,765,333 | ||||||
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,630,613 | ||||||
net_rshares | 0 |
这贴,我决定鄙视你一下。这也太简单了。。。
author | tvb |
---|---|
permlink | re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t115815075z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 11:58:18 |
last_update | 2017-09-02 11:58:18 |
depth | 1 |
children | 3 |
last_payout | 2017-09-09 11:58:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 35,178,037,825,802 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,415 |
net_rshares | 0 |
不是所有人都和你一样聪明的。
author | justyy |
---|---|
permlink | re-tvb-re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t130848704z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 13:08:51 |
last_update | 2017-09-02 13:08:51 |
depth | 2 |
children | 2 |
last_payout | 2017-09-09 13:08:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 280,616,224,641,976 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,646,429 |
net_rshares | 0 |
晕自动填充本来就是可以填充公式的。。。都知道吧。
author | tvb |
---|---|
permlink | re-justyy-re-tvb-re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t142312601z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 14:23:18 |
last_update | 2017-09-02 14:23:18 |
depth | 3 |
children | 1 |
last_payout | 2017-09-09 14:23:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 35,178,037,825,802 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,652,364 |
net_rshares | 0 |
Got it.
author | victory622 |
---|---|
permlink | re-justyy-how-to-calculate-fibonacci-numbers-using-excel-excel-20170902t090911293z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-02 09:08:54 |
last_update | 2017-09-02 09:08:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 09:08:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 132,772,573,652,848 |
root_title | "How to Calculate Fibonacci Numbers using Excel? 在EXCEL里也可以计算斐波那契数列" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,630,747 |
net_rshares | 0 |