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

140
Views
Process Google Sheet cell with javascript?

I have a value in one of my cells that I would like to access, parse, and output a derive value in another cell. To do what I want in google sheet functions would be very tedious.

Is there to write and call an App script function in the cell? I'm new to App Scripts, but I thought this might be possible.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

yes. you're talking about writing a "custom function"

so you'd write a function in the script editor like this:

myCustomFunction(value){
   [your appscript code]
   return newValue
}

Then you place this in a cell:

=myCustomFunction(B2)

or some other reference to a cell, and it should return the result of your appscript manipulations.

about 4 years ago · Juan Pablo Isaza Report
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!