how to crop and composite the following texture?

Hello,

I have a texture with 10 alphabets as below.

image

I tried to adapt Scale_X and Offset_x to get each character separately.

I want to use material blueprint to form a meaningful word like ‘BAD’ like below:
image
But, I don’t know how to modify the texture coordinates and combine all 3 characters ‘B’, ‘A’ and ‘D’ into one texture.
Can anybody help?