// globalvar ss = SpreadsheetApp.getActiveSpreadsheet();
function onOpen() { var menu = [{name: "create URL", functionName: "createURL"}]; ss.addMenu("URL", menu);}
function onEdit(e) { var activeRange = e.source.getActiveRange();
if(activeRange.getColumn() == 4) { if(e.value != "") { activeRange.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/spreadsheetID/'+$E2+'","'+$D2+'")'); } }}
function createURL() { var aCell = ss.getActiveCell(), value = aCell.getValue(); aCell.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/spreadsheetID/'+$E2+'","'+$D2+'")'); }
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/4d371a8e-2d63-4a5a-ba77-4aea8db92cab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAJEJBVmy_x0CCP3vHJtOKjidWfxHexB-Lba0RhhaQ%3D__T5hccA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAKCFMbr1ampPgbuk-L4pMMR7B4tWLh3oHnxvN0G_55PuG8-JuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/4d371a8e-2d63-4a5a-ba77-4aea8db92cab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Chad FrerichsDirector of TechnologyADM School District
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAJEJBVmy_x0CCP3vHJtOKjidWfxHexB-Lba0RhhaQ%3D__T5hccA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAKCFMbr1ampPgbuk-L4pMMR7B4tWLh3oHnxvN0G_55PuG8-JuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--Chad FrerichsDirector of TechnologyADM School District
function onEdit(e) { var activeRange = e.source.getActiveRange(); var aRow=activeRange.getRow(); var dumpCell = e.source.getActiveSheet().getRange(aRow,6);
if(activeRange.getColumn() == 4) { if(e.value != "") { dumpCell.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/spreadsheetID/edit#gid="&$E'+ aRow + ')'); } }}
var ss = SpreadsheetApp.getActiveSpreadsheet();
function onOpen() { var menu = [{name: "create URL", functionName: "createURL"}]; ss.addMenu("URL", menu);}
function onEdit(e) { var activeRange = e.source.getActiveRange();
var aRow=activeRange.getRow();
if(activeRange.getColumn() == 4) { if(e.value != "") {
activeRange.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/spreadsheetID/edit#gid=&E'+aRow+'","'+e.value+'")');
} }}
function createURL() { var aCell = ss.getActiveCell(), value = aCell.getValue();
aCell.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/spreadsheetID/edit#gid=&E'+aRow+'","'+value+'")'); }
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/4d371a8e-2d63-4a5a-ba77-4aea8db92cab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Chad FrerichsDirector of TechnologyADM School District
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAJEJBVmy_x0CCP3vHJtOKjidWfxHexB-Lba0RhhaQ%3D__T5hccA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAKCFMbr1ampPgbuk-L4pMMR7B4tWLh3oHnxvN0G_55PuG8-JuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--Chad FrerichsDirector of TechnologyADM School District
--Chad FrerichsDirector of TechnologyADM School District
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/eb77e9e6-ab5b-480a-8942-b311546d6bb2%40googlegroups.com.
var ss = SpreadsheetApp.getActiveSpreadsheet();
function onOpen() { var menu = [{name: "create URL", functionName: "createURL"}]; ss.addMenu("URL", menu);}
function onEdit(e) { var activeRange = e.source.getActiveRange(); var aRow=activeRange.getRow(); if(activeRange.getColumn() == 4) { if(e.value != "") {
activeRange.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/SSID/edit#gid=&range=E'+aRow+'","'+e.value+'")');
} }}
function createURL() { var aCell = ss.getActiveCell(), value = aCell.getValue();
aCell.setValue('=HYPERLINK("https://docs.google.com/spreadsheets/d/SSID/edit#gid=&range=E'+aRow+'","'+value+'")'); }
edit#gid=&range=E'+aRow+'"
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/4d371a8e-2d63-4a5a-ba77-4aea8db92cab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Chad FrerichsDirector of TechnologyADM School District
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAJEJBVmy_x0CCP3vHJtOKjidWfxHexB-Lba0RhhaQ%3D__T5hccA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAKCFMbr1ampPgbuk-L4pMMR7B4tWLh3oHnxvN0G_55PuG8-JuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--Chad FrerichsDirector of TechnologyADM School District
--Chad FrerichsDirector of TechnologyADM School District
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/a4955758-30d7-47a8-bef6-e119735e4235%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/4d371a8e-2d63-4a5a-ba77-4aea8db92cab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Chad FrerichsDirector of TechnologyADM School District
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAJEJBVmy_x0CCP3vHJtOKjidWfxHexB-Lba0RhhaQ%3D__T5hccA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAKCFMbr1ampPgbuk-L4pMMR7B4tWLh3oHnxvN0G_55PuG8-JuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--Chad FrerichsDirector of TechnologyADM School District
--Chad FrerichsDirector of TechnologyADM School District
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/a4955758-30d7-47a8-bef6-e119735e4235%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/google-apps-script-community/a4955758-30d