• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Other ways to address cells in Google Sheets?

Status
Not open for further replies.

ufsg

Member
Other ways to address cells in Google Sheets?

I have built an automation that contains an array of different images. I want to write the URL of the pictures in a Google Sheet in fields one after the other.
The number of images can vary between 0 and 12 images. How can I count up the columns? How to determine the correct row is not a problem, but how do I solve the problem of storing image 1 in column B, image 2 in column C, image 3 in column D, etc.? In Excel there is the possibility to work with R1C1 addressing. Can I also solve something like this with Pabbly and Excel?
 

Fagun Shah

Well-known member
You can convert the array to comma separated values using Data Transformer -> Line Itemizer. Then use pass comma separated values in column 1 and in 2nd column pass SPLIT formula using Update Row or Update Cell value actions.
 

ufsg

Member
I think I have understood your concept. Very smart idea. I transfer the entire list into a cell in Google Sheets and then simply split the list using formulas in Google Sheets. Very good approach, especially since it saves on automation steps.
 
Status
Not open for further replies.
Top