Looking for tools to combine words

UUU

Newbie
Joined
Nov 5, 2022
Messages
11
Reaction score
4
I have a list of words
X 1
X 2
X 3

and another list of Y 1 Y 2

so need to combine x with Y so it will be
X 1 Y 1
X 1 Y 2
X 2 Y 1 .....
 
I am really interested in resolving this task.
But I don't understand the task.
Can you be more specific?
 
Just copy and paste the words in each column (Excel) and then select all of the columns and copy them into any text editor.

u8wm-Mum-Uu7.png
 
Last edited:
Sorry need more info or you should try for chatgpt, I can't understand.
 
Can You Explain Clearly about that tools ?
 
Immediately thought of tables
Just copy and paste the words in each column (Excel) and then select all of the columns and copy them into any text editor.

u8wm-Mum-Uu7.png
Immediately I thought of Excel. But it is possible to create a special formula instead of doing it manually.
 
i can write a python script to solve this for you, if you are interested, i'll do it for fair price for you
 
If you want that for some kind of web automation.. you can dm me...
 
Use Excel, there are many Excel video tutorials on YouTube to make it easy.
 
what type of tool you want? do you want calculator to calculate this matrix because this is matrix multiplication
 
Use excel

will hardly take 5 minutes

Google how to join cells using &&
 
Back
Top