Skip to content

Instantly share code, notes, and snippets.

@rainbow23
Created October 9, 2025 06:56
Show Gist options
  • Select an option

  • Save rainbow23/64b6de7143824e5d5d44e88537443436 to your computer and use it in GitHub Desktop.

Select an option

Save rainbow23/64b6de7143824e5d5d44e88537443436 to your computer and use it in GitHub Desktop.
=IF(
A2="",
"",
HYPERLINK(
"https://android.googlesource.com/platform/packages/apps/Car/libs/+/" & TRIM(A2),
A2
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment