Created
October 9, 2025 03:00
-
-
Save rainbow23/a30c17033c8e267ac0eaabf07dccd9da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =IFERROR( | |
| HYPERLINK( | |
| XLOOKUP($A2, dog!$A:$A, dog!$C:$C), /* URL を取得 */ | |
| XLOOKUP($A2, dog!$A:$A, dog!$A:$A) /* 表示文字を取得(=ID文字列)*/ | |
| ), | |
| "" | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment