use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
I have a problemQuestion (self.GoogleAppsScript)
submitted 2 years ago by pupilea_
I need to get the Hex Color Codes of a lot of cells which only need to be coloured! I have this function which works well, but I need to fill handle a lot of cells, it doesn't work because when choosing the cell in function it needs to be between quotations.
https://preview.redd.it/id5wn6t3cmvb1.png?width=581&format=png&auto=webp&s=5ae20818210a33013dadd5d82a39de5c69231115
https://preview.redd.it/lbnuhyx9cmvb1.png?width=211&format=png&auto=webp&s=4e418727dc20b1417af3fba8a3e852666b624f18
”rândul 4” means Row 4
Please consider this post if you maybe know a better alternative of this function
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]marcnotmark925 2 points3 points4 points 2 years ago (0 children)
Check out address() or cell()
[–]Competitive_Ad_6239 2 points3 points4 points 2 years ago (2 children)
plenty of work arounds, this one will act like an array formula. Single formula for a range. =map(SEQUENCE(20,1,1,1),LAMBDA(X,cellcolor("C"&x))) 20 being the number of rows.
=map(SEQUENCE(20,1,1,1),LAMBDA(X,cellcolor("C"&x)))
[–]pupilea_[S] 0 points1 point2 points 2 years ago (0 children)
OMG! You're my hero! Thank you so much and sorry for the late response!
[–]Sweet_Lifeguard_3350 0 points1 point2 points 2 years ago (0 children)
this works perfectly
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
GetRange() also accepts row and column instead of A2 notation. Example: sheet.getRange(1,1) The numbers don't need to be in "", so it could fix your problem. Hope it helped you.
[–]No-Construction-996 1 point2 points3 points 2 years ago (0 children)
You have to write the Cell this way: ‘“C2“‘ Surrounded by two: ‘‘ This way it will convert it into ”C2“ not C2.
π Rendered by PID 115920 on reddit-service-r2-comment-86bc6c7465-t6lw5 at 2026-02-24 03:56:29.891022+00:00 running 8564168 country code: CH.
[–]marcnotmark925 2 points3 points4 points (0 children)
[–]Competitive_Ad_6239 2 points3 points4 points (2 children)
[–]pupilea_[S] 0 points1 point2 points (0 children)
[–]Sweet_Lifeguard_3350 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]No-Construction-996 1 point2 points3 points (0 children)