Created
March 5, 2024 02:17
-
-
Save nsdevaraj/95749963b6127f1924893a375011d025 to your computer and use it in GitHub Desktop.
excel repeat text
This file contains hidden or 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
=TOCOL(TEXTSPLIT(TEXTJOIN("",TRUE,REPT(ROW(C1:C133)&",",C1:C133)),",",,TRUE)*1,3) | |
=DROP(REDUCE("",E1:E1330,LAMBDA(a,v,VSTACK(a,IFNA(VLOOKUP(v,HSTACK(ROW(A1:A133),A1:B133),{2,3},FALSE),{"",""})))),1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment