Forum Discussion

davidleal's avatar
davidleal
Iron Contributor
Nov 12, 2022

TEXTSPLIT combined with BYROW returns an unexpected result when using an array of strings as input

I have the following formula:     =LET(input, {"a,b;c,d;" ; "e,f;g,h;"}, BYROW(input, LAMBDA(item, TEXTJOIN(";",,TEXTSPLIT(item,",",";", TRUE)))))       expecting the get the input back b...

Resources