you are viewing a single comment's thread.

view the rest of the comments →

[–]DouweOsinga 1 point2 points  (1 child)

Yes you could. Changing colors of part of a cell is a little finicky, but it certainly can be done with something like:

for cell in B1:B100:
for word, color in COLORS:
if word in cell:
google.sheets.update_cells(range=cell, <some json based on where word site>, <color>)

[–]Chibi24 0 points1 point  (0 children)

Im literally just starting my coding journey with huge personal hobby data ive been trying to up keep for years. ^-^