Calculating Sum - Adding Fee to Most of the Items
Calculating Sum - additional fee variable
I want to calculate the sum of 29 fields.
There is a $30 base fee that gets added to the sum of the fields.
However, there are two items in the list that do not get charged that additional 'base fee' of $30 (highlighted in the image)
Right now, I am using this simplified field notation:
(Cost1+Cost2+Cost3+Cost4+Cost5+Cost6+Cost7+Cost8+Cost9+Cost10+Cost11+Cost12+Cost13+Cost14+Cost15+Cost16+Cost17+Cost18+Cost19+Cost20+Cost21+Cost22+Cost23+Cost24+Cost25+Cost26+Cost27+Cost28+Cost29+Cost30+30)

What's the best way for me get the correct calculation?
