Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. =REGEXREPLACE(REGEXREPLACE(ARRAYFORMULA(JOIN(";",IF(NOT(LEN(B2:G2)),"",B$1:G$1&"|")&B2:G2)),";{2,}",";"),";$","")`
  2.  
  3. =ifs(ISBLANK(C34),,C34, (join("|", C33:C34)))
  4.  
  5. =textjoin(";", TRUE, C35:H35)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement