I wish someone could help me with this question as title.
I have a Google Spreadsheet with six columns like the screenshot1 shows. The columns with green header will be entered from RMP during processes, while the grey ones have formulas, which depend on the cell content in the same line. For example, the value of E3 is
=IF(EQ(C3,"Submitted"),D3,0)
and F4 is
=IF(EQ(C4,"Approved"),D4,0)
Meanwhile, I have everything built in RMP to read/write to this spreadsheet. The process will insert columns A, B, C, and D. At the same time, The E and F should be filled with correct formula.
In this case, if I simply use "add a row" connector to add at the bottom of all records, the new row will be insert after the row with formulas showing in the screenshot2.
If I insert the whole row with formulas, how could I got the cell content like C3 like the screenshot3 showing? Also, the formula could not be changed since it has effects on other worksheets.
Thanks so much for your help.
Regards,
Chan