Sum column data when another column meets certain criteria
Hi there - attempting essentially the same formula as described here
for a sum of finances within 1 given year, tried with;
{{=SUM(IF(@"FY Plan" = "2026" @"Opex FC" 0))}}
per guidance but all I get is an ‘Unexpected end of expression’ error
