Hi folks,
I have a requirement like this..
PFA
I would like to get the sum of sales generated by Sales persons whose name starts with letter "j".
This is the formula that i have written to achieve this...
=IF(LEFT(A2,1)="j",SUM(E2:E14),0)
i think my formula is correct for a single cell. But i need to consider a cell range to check the sales person names.
Please suggest me how can i achieve this.. correct me if my formula is wrong..
regards,
rk
I have a requirement like this..
PFA
I would like to get the sum of sales generated by Sales persons whose name starts with letter "j".
This is the formula that i have written to achieve this...
=IF(LEFT(A2,1)="j",SUM(E2:E14),0)
i think my formula is correct for a single cell. But i need to consider a cell range to check the sales person names.
Please suggest me how can i achieve this.. correct me if my formula is wrong..
regards,
rk