Sum Excel Distinct Values

后端 未结 4 1708
灰色年华
灰色年华 2020-12-19 21:16

I know how to do this with MySQL, but am at a loss as to how (or even if possible) within MS Excel. I am running Excel version 14 on Windows (part of Office Professional 20

4条回答
  •  失恋的感觉
    2020-12-19 22:21

    In column C use the SUMIF() Function like this:

    =SUMIF(A:A,$A2,B:B)
    

    This would give the total for every Phone#. I understand the benefits of the previous answers, but depending on the users needs this might be what is being sought.

提交回复
热议问题