Dear Friends,
Once again looking for help
This is my table structure
Only Column A to I are being entered with [Status]=Pending at the time of adding a row and other columns shall remain blank
Then only columns M to Q are entered/update during 1st Update with [Status]=Allocated where
[Payment ID 1] is ref type getting values from another slice where [ZWL Amount Available 1] is greater than zero
[ZWL Amount Available 1] and [ZWL Rate 1] are lookup value against the [Payment ID 1]
[ZWL Paid 1] has pp formula and [USD Equivalent 1] has spreadsheet formula
During 2nd update column, AJ onwards are to be updated by updating the [Status]=Received, without changing the existing value of any of the exiting column i.e columns A to Q
The issue here is, during 2nd update the app formulas recalculate everything. And bigger challenge is that the calculation is based on the updated [ZWL Amount Available 1] which got updated during 1st update. Can’t use the formula as initial value also b’s of the same reason.
Looking for suggestion to handle this scenario