Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vlookup ステートメントを使用しています: =VLOOKUP(B1232,Sheet1!A:B,2,0). B1232 のセルには次の文字列が含まれています。
=VLOOKUP(B1232,Sheet1!A:B,2,0)
「うわっ!!~」
検索したい文字列内に「'」があると、プログラムは #N/A を返します。Vlookup コマンドが検索を実行するときに開始の一重引用符を省略していると思いますが、それは本当ですか? VLOOKUP を実行できるように、これを回避する方法はありますか?