問題已解決
老師,怎么用excel函數(shù)在多個工作表里找一個名字出現(xiàn)的次數(shù)呀



假設(shè)姓名區(qū)域在A1-A100
=countif(sheet1!A1:A100,=張三)+countif(sheet2!A1:A100,=張三)+countif(sheet3!A1:A100,=張三)+countif(sheet4!A1:A100,=張三)+countif(sheet5!A1:A100,=張三)+............+countif(sheetN!A1:A100,=張三)
SHEET1 -SHEETN 替換為你的工作邊名稱,確定好區(qū)域就行了
2019 06/14 13:11
