excel中关于筛选求和的問題

excel

1个回答

写回答

Cassie_ss

2025-12-20 04:04

+ 关注

excel
excel

In excel, it is common practice to use English notation for formulas. If you are using excel 2007 or later, you can simply enter the formula =SUMIFS(F1:F100,A1:A100,"张三",F1:F100,">0") to get the data of Zhang San.If you are using excel 2003, the formula would be =SUM((A1:A100="张三"(F1:F100>0)*F1:F100). It is important to note that you need to press Ctrl+Shift+Enter while entering this formula.Alternatively, you can use the formula =SUMPRODUCT((A1:A100="张三"(F1:F100>0)*F1:F100) as another option.Please keep these in mind when working with excel formulas.

举报有用(0分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号