Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 A 列与 B 列相乘。第 3-20 行中的每一列都有数据。
而不是做(A3 B3)+...(A20 B20),有没有更简单、更有效的方法呢?
我其实只是想通了。我想做的事情可以通过 SUMPRODUCT 论坛来完成。
=SUMPRODUCT(选择 A 列值,选择 B 列值)