Concatenate incrementing row number with string in Google Sheets Arrayformula
问题 I'm trying to get a column to automatically fill up with incrementing strings depending on the row number in an ARRAYFORMULA in Google sheets. I can easily get a column to show a shifted row number by putting =ARRAYFORMULA(ROW(A:A)-1) in the top cell. However trying to use this ROW call inside CONCATENATE does not give me the result I want, I've tried with and without TO_TEXT . In the image the formula used for the different columns are: A1: =ARRAYFORMULA(ROW(A:A)-1) B1: =ARRAYFORMULA(IF(ROW