Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

261
Views
Cómo EDITAR datos que provienen de una fórmula/FILTRO, CONSULTA O IMPORTAR o mediante una función en las hojas de Google

De hecho, tengo curiosidad al respecto, ¿es posible que podamos editar un rango de datos o una columna que proviene de una función o un rango de importación? ¿Consulta o filtro? Tengo una hoja en la que los datos vienen a través de una función de rango de importación. Quiero editar los datos aquí manualmente de acuerdo con la necesidad. También hay un script de función desde el cual los datos llegan a esta hoja. Los códigos están aquí:

 const masterSheet = "ASM-A11"; const masterSheetFormulaCell = "A2"; const ignoreSheets = ["Verified NDRx","Business Tracker","NDRX","PMT_EBx","PMT_EBx.","NDRx PMT Business Tracker.","Analysis"]; const dataRange = "A2:AA"; const checkRange = "A2:A" ; //end set variables const ss = SpreadsheetApp.getActiveSpreadsheet() ; ignoreSheets.push(masterSheet) ; const allsheets = ss.getSheets() ; const filteredListofSheets = allsheets.filter(s => ignoreSheets.indexOf(s.getSheetName()) == -1); let formulaArray = filteredListofSheets.map(s => `FILTER({'${s.getSheetName()}'!${dataRange},"${s.getSheetName()} - Row "&ROW('${s.getSheetName()}'!${dataRange})}, '${s.getSheetName()}'!${checkRange}<>"")`); let formulaText = "={" + formulaArray.join(";")+ "}" //console.1og( formulaText) ; ss. getSheetByName(masterSheet).getRange(masterSheetFormulaCell) .setFormula(formulaText) ; }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!