Forum Discussion
math_g
Jun 16, 2020Copper Contributor
How can i sum up a Textchain in Blocks of 4 and pull down the formula?
Hi, I would like to display the text from a column (always 4 rows) in a cell and continue this in the cell below. E.g: Show the text from A1 to A4 in B1, A5 to A8 in B2, A9 to A12 in B3 etc. ...
- Jun 17, 2020
Subodh_Tiwari_sktneer
Jun 17, 2020Silver Contributor
And if the TEXTJOIN function is available with the Excel version you are using, you may also try something like this...
=TEXTJOIN(,,OFFSET($A$1,(ROW()-1)*4,0,4))