What is the Range object in Google Sheets?

When to use it

Use getRange patterns when porting VBA that loops through cells or resizes destinations.

When to skip it

Skip row-by-row loops when one array formula or setValues on a 2D array is faster.

Related Tutorials

Watch how Range object works

Watch more tutorials
Google Sheets Error: Unknown Range Name and How to Fix it

Google Sheets Error: Unknown Range Name and How to Fix it

Unknown Range Name means we've typed in a formula the wrong format of a ...

Related terms