Jumping to scenes via variables

Any ideas on how to jump to a scene that is identified by a variable?

I’ve tried:
New_Scene = “Scene 3”
gotoAndPlay ([New_Scene],1);

and all iterations thereof… No luck.

Thanks for your help!