Sum of Column values based on a particular row(person)

狂风中的少年 提交于 2019-12-10 18:47:51

问题


Sum of values in Column B based on specific value in Column A.

I am a new bee. So bear with me plx

For example: If we select Oct-2016 in Column A it gives us sum of all numeric in Column B or Column C or Column D.

I want to sum all the details of Oct-2016 of a particular person.

See it on Google drive

What have i tried... =SUMIF(B2:B32,DATE(2016,10,0),SUM(B2,B32)

Also tried

=SUMIF(B2:B32,"="&DATE(2016,10,1),G2:G32)// but my date doesn't contain day


回答1:


Test1 Test2

=IF(B3=$K$2,C3,0) 

You may try this formula as updated in the image to resolve the problem quick. Thanks.



来源:https://stackoverflow.com/questions/39937769/sum-of-column-values-based-on-a-particular-rowperson

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!