Relative Content

Tag Archive for google-sheets

Google sheets formula disappeared

I have some problem in Google sheet I have userform to store data when I retrieve the data from datasheet to userform the userform formulas are disappeared

How do I combine two arrays when I have a custom title

={"Title1"; A2:A} would set a custom title and then return from the second row in the specified column, but how can I continue this one for the next column? ={"Title1"; A2:A, "Title2"; B2:B} only returns the second column and skips the first one.