Google sheets hyperlink

Hi team

Does anyone know if there’s a way to add a hyperlink to a newly added cell in google sheets

let’s say, for example, I have a module that create a new row. One of those Rows is “Google”. I want it to hyperlink to “google.com” (like using ctrl/command+k) within sheets itself

Anyone know how to achieve this? Thanks!

Hi Sherif,

you can use the =HYPERLINK() formula directly and it should work. For example

=HYPERLINK(“google.com”, “Google”)