I have a google sheet with a column of information with hyperlinks. The hyperlinks work if a user clicks on them.
Scripts are not getting the links - very few of them can be accessed by a google script that uses getFormula(), getFormulas(), getFormulaR1C1, or hyperlink.
I've cut the column and re-pasted it, I've edited links. Some start working, most others don't.
label = sheet.getRange(j,3).getValue()
url = sheet.getRange(j,3).getFormula();
Any ideas on what I need to do to either the data or the script to get them to play nicely?