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