Answer the question
In order to leave comments, you need to log in
How to write a link for google sheets in the parser?
bike_param = {
'Название:' : bike_name,
'URL:' : '=ГИПЕРССЫЛКА("' + url +'"; "link")',
}
Answer the question
In order to leave comments, you need to log in
Try the HYPERLINK () function
bike_param = {
'Название:' : bike_name,
'URL:' : '=HYPERLINK("' + url +'"; "link")',
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question