私は2つのExcelシートを持っています
2 つのシートの例を以下に示します。
sheet1
a 1
b 2
d 1
e 3
g 1
sheet2
a
b
c
d
e
f
シート 2 の b1 に数式を入れて下にドラッグすると、結果のシート 2 が
sheet2
a 1
b 2
c 0
d 1
e 3
f 0
explanation : - a = 1 because same value in book1
b = 2 because same value in book1
c = 0 because c does not exist in book1
d = 1 because same value in book1
e = 3 because same value in book1
f = 0 because f does not exist in book1
シート 2 の b 列で使用できる数式は何ですか?