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クエリで私を助けてくれませんか。
あるスプレッドシートの列Aにデータがあり、この列に含まれるデータを別の開いているスプレッドシートの列Aと照合する必要があります。一致する場合は、最初のスプレッドシートの列Bに、列Bのデータを入力します。 2番目のスプレッドシート。
これを達成する方法がわからないので、誰かが支援できますか?
sheet2のセルB*内(*は行番号)=vlookup(A*, 'Sheet1'!A:B, 2, FALSE)
=vlookup(A*, 'Sheet1'!A:B, 2, FALSE)