Hello fellows,
I would like some guidance or help with this where I’m stuck.
I’m trying to add a row to a google sheet after row 16 and add some text to Colunm B and C, and numbers to columns D,E and a formula in F that will multiply D by E.
In Make, there exists a module titled “Add a Row,” which facilitates the seamless addition of a row to a Google Sheet.
This module offers the flexibility to insert values into specific columns according to your requirements.
Hi @Automate_with_Rezwan update cell is a good trick, I have thought about adding several rows and making some formulas, and then deleting those that are not necessary. I can use this in combination with a repeater, delete a row, and update a row modules to achieve the desired effect. Another option is to use AppScript although it also complicates the scenario a bit. I will see which solution I end up making and place it in this conversation thread for the benefit of everyone.