Why is REGEXEXTRACT returning a single value when it is expected to return an array of 1 row and multiple columns?
问题 The matrix management feature in Google Spreadsheets is convenient and combined with functions that handle regular expressions like REGEXMATCH and REGEXEXTRACT, among others, makes it especially useful. I have a case in which I do not know what is due that does not give the expected result. Here's what I'm trying to do: Spreadsheet Settings Regional Settings: Mexico, use . (dot) as decimal separator. Entry A1: abcde Formula B1: =ArrayFormula(REGEXEXTRACT(A1,{".{1}",".{2}"})) Expected result