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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

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