0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Excel XLOOKUP代替方法

Last updated at Posted at 2025-07-18

スクリーンショット 2025-07-18 091304.png

名前の定義
市名: $B$3:$E$3
販売数: $B$4:$E$9

スクリーンショット 2025-07-18 092105.png

XLOOKUPは、Excel 2021より使用可
B4セルに記述
=XLOOKUP($B$3, 市名, 販売数)

↓

Excel 2021より前のバージョン
B4セルに記述
=INDEX(販売数, 0, MATCH($B$3, 市名, 0))
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?