There is an Amazon extension that periodically puts some data to Google sheet.
As I understand it checks each row, and when find an empty one, puts there data.
It fills, say, 2 cells in a row, and I need to put some formula to the 3th cell:
1 2 3
A ... ... ...
B DatFrAmzn1 DatFrAmzn2 MyFormula
C ... ... ...
But if I just fill all X3 cells with formula I need, Amazon will not put data to that X rows, because they are not completely empty.
So I need the formula to be entered after Amazon fills the row.
If there is a Google script function or expression, that puts formula in empty cell, if the condition is met, please point me.