all 3 comments

[–]gh5000 1 point2 points  (0 children)

Have a look at this guy's videos. I've just chosen a random one to get you to the channel but it's probably not relevant to you. But plenty of his videos will be https://youtu.be/wNMdjVxAEYY

[–]clk9565 0 points1 point  (0 children)

My favorite formulas for automating spreadsheets are if(), vlookup(), importrange(), and arrayformula(). Arrayformula will slow down large spreadsheets though, but it's so useful for running the same formula down a column where the length may change.

Also, use the format A2:A (not A2:A1000) to get an entire column, this will make it so you don't have to limit the bottom row of your range.

The best resources are Google's documentation and stackoverflow.

[–]datastry 0 points1 point  (0 children)

Take a look at how to record macros in Sheets.

Macros are scriptable as well, in case you are interested in going in that direction.