The formula work well, to calculate taxes in this collection
using this formula
=IF(INDEX(Expenses.Tax.Yes,ROW())=TRUE,MULT(INDEX(Expenses.Net_Cost,ROW()),0.07),0.00)
but the issue if I overwrite the value in the PST field of the first collection Row, when I add another set of collection Row or modify the Net Cost of another collection ROW,
the overwrite PST field , is recalculate again and change back to the initial value calculate by the formula.
this should not happen by adding a new row or modify a value in another row????