Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Get the url of current spreadsheet using formula [closed]

$
0
0

How to get the current spreadsheet's URL using formula ?

So far the only way i found to do this is by using function like this :

function getSheetUrl() {  var SS = SpreadsheetApp.getActiveSpreadsheet();  var ss = SS.getActiveSheet();  var url = '';  url += SS.getUrl();  url += '#gid=';  url += ss.getSheetId();   return url;}

is there any built-in formula to do this without go to script/function ?


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>