sunilbsrv2k
Board Regular
- Joined
- May 25, 2018
- Messages
- 73
Hi All,
I have a table with months in the top row; Locations in the first column. Corresponding numbers in the remaining cells of the table.
I am trying to do a Sumproduct to get the data for each Location for the required month.
For Example, sum of numbers from Bangalore for the month of May.
I'm using the formula : =SUMPRODUCT(((Leaders!BR238:BR300)="Bangalore")*((Leaders!BE238:BM238)="May")*(Leaders!BI238:BI300))
Its giving me #Value error.
Could you please help.
Thanks
I have a table with months in the top row; Locations in the first column. Corresponding numbers in the remaining cells of the table.
I am trying to do a Sumproduct to get the data for each Location for the required month.
For Example, sum of numbers from Bangalore for the month of May.
I'm using the formula : =SUMPRODUCT(((Leaders!BR238:BR300)="Bangalore")*((Leaders!BE238:BM238)="May")*(Leaders!BI238:BI300))
Its giving me #Value error.
Could you please help.
Thanks