excelnotknow
New Member
- Joined
- Jun 12, 2009
- Messages
- 7
Hi!
I am creating a very interesting thesaurus (words and their synonyms) for a script that I am developing!
Why I need excel, when it is in .php? Well, that's a good question!
What I need for the .php script is this format:
" A " => " B ",
where A and B are the word (A) and its synonym (B)!
Now... I need a macros or a formula that creates the whole thing! It must be:
"spaceAspace"space=>space"spaceBspace",
The spaces are very important, because without spaces, the php script WON'T WORK!
Let me illustrate it in a simpler way:
Let's say, I have the word "find" and the synonym "locate"
I want it that way:
" find " => " locate ",
I want the macro (or formula, or anything that can help... I don't know almost anything about Excel to be honest!) to make that automatically with all words, means I don't wanna add it 85000 times (the thesaurus is at least 85000 words)!
Can this be done? Or can at least be done the " A " and " B " parts with the so important SPACES?
Then, I will only have to do the "=>" part manually!!!
Can this be done? What code or macro, or formula do I need for one or any of these operations?
Please, HELP!!!
Thanks!
I am creating a very interesting thesaurus (words and their synonyms) for a script that I am developing!
Why I need excel, when it is in .php? Well, that's a good question!
What I need for the .php script is this format:
" A " => " B ",
where A and B are the word (A) and its synonym (B)!
Now... I need a macros or a formula that creates the whole thing! It must be:
"spaceAspace"space=>space"spaceBspace",
The spaces are very important, because without spaces, the php script WON'T WORK!
Let me illustrate it in a simpler way:
Let's say, I have the word "find" and the synonym "locate"
I want it that way:
" find " => " locate ",
I want the macro (or formula, or anything that can help... I don't know almost anything about Excel to be honest!) to make that automatically with all words, means I don't wanna add it 85000 times (the thesaurus is at least 85000 words)!
Can this be done? Or can at least be done the " A " and " B " parts with the so important SPACES?
Then, I will only have to do the "=>" part manually!!!
Can this be done? What code or macro, or formula do I need for one or any of these operations?
Please, HELP!!!
Thanks!