-1
I used the right function in cell "L33" but when I went to click and drag the values defined in the first cell, cell "L34" displayed not only the word 'technologies' but half the word 'software' and then the word 'technologies''.
How do I display only the word 'technologies' in cell "L34"??
In case I wanted to click and drag without having to worry about words that exceed the defined sizes.
I just could not concatenate the numbering of the "G33", I tried: =TIDY(RIGHT PLACE(TIDY(H33);" ";REPT(" ";100));100);CONCATENATE(LEFT(H33;SEARCH(" ";H33)-1);" ";G33). But it obviously didn’t work out
– Elienay Junior
It worked! just a correction there in the "concatenate" that got the 'R''
– Elienay Junior