Is there a way to automatically update the content worksheet by changing the content of another workbook using script.
Suppose i have book1[sheet1] and i had manually filled in some values in cola and colb. Now i want that book2[sheet1], col4 and col5 gets automatically updated with the values of book1[sheet1] cola and colb values. So when the script running is over and i get some values. then i manually fill cola and colb value and i want that the contents of book2[sheet1] gets updated automatically.