How to bulk map an array of values into multiple rows in same column in Google Sheet

Yes, but this will add NEW rows, not update existing rows.

If you want to update a range, you can use the other Bulk module:

In the above example, we want to start from row 2, and end up at the length of the array + (start_row_number - 1)

start_row_number was “2”, seen above (M2)

so (start_row_number - 1) = 1

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

3 Likes