2014-03-25 103 views
0

尋找此功能使用腳本 - 不是「自定義功能」谷歌應用腳​​本級聯合並

用戶添加到數據表Sheet 1

被內置到片

表1

-----a--------b 
1 fName  lName 
2 
3 

Sheet 2 AutoPopulates on each edit

-----a--------b 
1   fName_lName 
2 
3 

回答

0

代碼爲onEdit(event)功能:

Use the attributes of the `event` object 

Find which row has been edited 
If there is text in column A & B of this row 
    Set value of column B to `A + '_' + B` 
    And clear A