Bitcoin Forum
April 24, 2024, 04:51:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to use google spreadsheet to get the short/full address with btc.to?  (Read 1259 times)
qikaifu (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


God creats math and math creats bitcoin.


View Profile
October 07, 2011, 01:28:34 PM
 #1

Somebody please help and give me the right formula to get the full and short address from btc.to, thanks!

If you see any of my suggestions useful, please donate me. http://btc.to/ec
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713977476
Hero Member
*
Offline Offline

Posts: 1713977476

View Profile Personal Message (Offline)

Ignore
1713977476
Reply with quote  #2

1713977476
Report to moderator
1713977476
Hero Member
*
Offline Offline

Posts: 1713977476

View Profile Personal Message (Offline)

Ignore
1713977476
Reply with quote  #2

1713977476
Report to moderator
1713977476
Hero Member
*
Offline Offline

Posts: 1713977476

View Profile Personal Message (Offline)

Ignore
1713977476
Reply with quote  #2

1713977476
Report to moderator
ovidiusoft
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
October 07, 2011, 01:46:08 PM
 #2

Just add it to the URL:

https://btc.to/1 will return 12RSkbnhxJ8Q1EoXAUL5ziVFb7kHJWo47E
https://btc.to/12RSkbnhxJ8Q1EoXAUL5ziVFb7kHJWo47E will return 1
qikaifu (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


God creats math and math creats bitcoin.


View Profile
October 07, 2011, 02:51:02 PM
 #3

Just add it to the URL:

https://btc.to/1 will return 12RSkbnhxJ8Q1EoXAUL5ziVFb7kHJWo47E
https://btc.to/12RSkbnhxJ8Q1EoXAUL5ziVFb7kHJWo47E will return 1

You don't understand my quesion, do you?  It's not working in the Google Spreadsheet.


If you see any of my suggestions useful, please donate me. http://btc.to/ec
ovidiusoft
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
October 07, 2011, 06:35:06 PM
 #4

You don't understand how to use functions in Google Docs, do you? It is working in Google Spreadsheet.

Also, a little bit of respect towards people shouldn't be bad for your health. Try it some day. No rush.
qikaifu (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


God creats math and math creats bitcoin.


View Profile
October 08, 2011, 02:32:25 AM
Last edit: October 08, 2011, 05:34:03 AM by qikaifu
 #5

You don't understand how to use functions in Google Docs, do you? It is working in Google Spreadsheet.

Also, a little bit of respect towards people shouldn't be bad for your health. Try it some day. No rush.

I've figured it out myself, it should be like this.

Code:

=importDATA("http://btc.to/1")



And you really don't understand the question. Not irrespective at all.



If you see any of my suggestions useful, please donate me. http://btc.to/ec
ovidiusoft
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
October 08, 2011, 11:36:06 AM
 #6

I did understood you question. You asked for the right formula. I figured out you already knew how to load data from a URL and you had problems making out the correct URL. My answer was supposed to suggest that you need to concatenate the URL to the short/full address.

BTW, my solution is:

Code:
=importdata(concat($A$1;B2))

A1="http://btc.to/", A2 and down has the formula and in column B I write the addresses.
qikaifu (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


God creats math and math creats bitcoin.


View Profile
October 08, 2011, 03:37:57 PM
 #7

I did understood you question. You asked for the right formula. I figured out you already knew how to load data from a URL and you had problems making out the correct URL. My answer was supposed to suggest that you need to concatenate the URL to the short/full address.

BTW, my solution is:

Code:
=importdata(concat($A$1;B2))

A1="http://btc.to/", A2 and down has the formula and in column B I write the addresses.

Thanks, this $A$1 is cool!

If you see any of my suggestions useful, please donate me. http://btc.to/ec
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!