79181115

Date: 2024-11-12 12:38:38
Score: 2.5
Natty:
Report link

@Tedinoz 1) Before Copy A data check value on same data just update Bcolum before copy and Past i want to check if same value ist exists in Acolum . if the same value exists want to update the bcolum value in same row. other weis add data in new row... Have try the getA1Notation i have try this but its now work its effect on all cell i want just limit the cell's

function onEdit(){
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheetByName("entry");
//get data of C4:I4
var range = sheet.getRange(4, 3, 1, 7);
if (range.getA1Notation()){
    CopyRow();
  }
}
Reasons:
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Tedinozbefore
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: John Kater