How can I construct the following string in an Excel formula:
Maurice "The Rocket" Richard
If I'm using single quotes, it's trivial = "Maurice 'The Rocket' Richard"
but what about double quotes?
Have you tried escaping with a double-quote?
= "Maurice ""The Rocket"" Richard"