Hello Community,
l browsed around and couldn't find a solution that would apply to my issue. I am trying to sum the total amount per district code. Important note is that a troubleshooter can work any of the districts so l need to leave the grouping per Troubleshooter but sum up the totals per District.
So far l have used the following and getting the #UNPARSEABLE error:
=SUMIF([SES Net Value]:[SES Net Value], [District Code]:[District Code], CONTAINS("OC")@row)
=SUM([SES Net Value]:[SES Net Value], [District Code]:[District Code], CONTAINS("OC")@row)
Help!?