concatenation - How do I make a self repeating formula in Google sheets that -


how make self repeating formula in google sheets concatenates content of 4 cells 1? one: =arrayformula( concatenate( d3:h3 & ", " )) works when copied manually, need repeat automatically when new line added?

the concatenate formula doesn't work in array formula, easiest way use & operator instead.

=arrayformula( d2:d & e2:e & f2:f & g2:g & h2:h & ", " )

this join whatever in columns d, e, f, g , h; row 2 end of sheet.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -