excel - Concatenate and fill but not continuously -




i have excel sheet need concatenate couple of cells , add number. want like:

a1 a2 a3 a4 b1 b2 b3 a5 

but instead, get:

a1 a2 a3 a4 b5 b6 b7 a8 

is there way achieve want?

thank you
sample image of table

enter image description here

does work you? added helper column.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -