Last active
December 22, 2017 09:04
-
-
Save Max-Makhrov/52d54bac33c7fa1d43ea900ffef2f198 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=ArrayFormula( | |
transpose(split(rept(concatenate(A2:A&char(9)),counta(B2:B)),char(9))) | |
&" "& | |
transpose(split(concatenate(rept(B2:B&char(9),counta(A2:A))),char(9))) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment