Hi, I'm making an English teacher making quizzes based on lists of sentences with translations.
I want to make one formula that takes the text string of another cell and randomly replaces one word with an underscore ____.
I'd also like to make a formula that replaces all the words with underscores.
Examples below.
[I know it's possible to find words by counting spaces, my bigger challenge replace the found words.]
[TABLE="******* 581"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Input Sentence[/TD]
[TD]Output Question[/TD]
[/TR]
[TR]
[TD]I am happy.[/TD]
[TD]I ____ happy.[/TD]
[/TR]
[TR]
[TD]We all enjoy our work.[/TD]
[TD]We all _____ our work.[/TD]
[/TR]
[TR]
[TD]The team is very good.[/TD]
[TD]The team is ______ good.[/TD]
[/TR]
[TR]
[TD]It is my favorite.[/TD]
[TD]____ ____ ____ ____[/TD]
[/TR]
[TR]
[TD]They didn't come in yet.[/TD]
[TD]____ _____ ____ ____ _____.[/TD]
[/TR]
[TR]
[TD]Why are you going there with them?[/TD]
[TD]_____ ______ _____ ____ ____ ____ ____?[/TD]
[/TR]
</tbody>[/TABLE]
I want to make one formula that takes the text string of another cell and randomly replaces one word with an underscore ____.
I'd also like to make a formula that replaces all the words with underscores.
Examples below.
[I know it's possible to find words by counting spaces, my bigger challenge replace the found words.]
[TABLE="******* 581"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Input Sentence[/TD]
[TD]Output Question[/TD]
[/TR]
[TR]
[TD]I am happy.[/TD]
[TD]I ____ happy.[/TD]
[/TR]
[TR]
[TD]We all enjoy our work.[/TD]
[TD]We all _____ our work.[/TD]
[/TR]
[TR]
[TD]The team is very good.[/TD]
[TD]The team is ______ good.[/TD]
[/TR]
[TR]
[TD]It is my favorite.[/TD]
[TD]____ ____ ____ ____[/TD]
[/TR]
[TR]
[TD]They didn't come in yet.[/TD]
[TD]____ _____ ____ ____ _____.[/TD]
[/TR]
[TR]
[TD]Why are you going there with them?[/TD]
[TD]_____ ______ _____ ____ ____ ____ ____?[/TD]
[/TR]
</tbody>[/TABLE]