• 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.

Sequence, TEXTJOIN, JOIN, ARRAYFORMULA in Spreadsheet Formula

spluniya

Member
We have a last digit number and want to sequence from 0 to last digit number with comma separated, for this all we can use the following formula

=TEXTJOIN(",",TRUE,SEQUENCE(7,1,0,1))

=JOIN(",",ARRAYFORMULA(ROW(INDIRECT("A1:A"&7))-1))

=SEQUENCE(1,6,1,1)

but these all formulas are not supported in pabbly spreadsheet formula so kindly incorporate these on urgent basis and also guide us how can we solve this problem.
 
P

Pabblymember11

Guest
Hey @spluniya

I am afraid to say that some conditional formulas might not work on the SpreadSheets Formulas. Though you can use some non-conditional formulas will work.

 
Top