如果sheet2的車型僅為車型的標題,不做數量統計,則在sheet3的a2輸入:
=sheet2!a2
在sheet3的b2輸入:
=countif(sheet1!a:a,a2)
如果sheet1和sheet2的車型需要壹起統計。而sheet3的a列為車型列表。則在sheet3的b2輸入:
=countif(sheet1!a:a,a2)+countif(sheet2!a:a,a2)