问题
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