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?
Thanks
|
|
|
|
|
|
|
Have you tried escaping with a double-quote? = "Maurice ""The Rocket"" Richard" |
||||||
|
|
|
Alternatively, you can use the
|
||
|
|
|
|
thank you, worked like a charm |
||
|
|