Escaping literals in formulas
How can I escape a formula value to output text values that include quotes. I want an if formula to ouput the following text exactly as is -- \"http://myref.com\" -- In order to get the equation to take in Numbers, I have to input it as "\"'http://myref.com\""" and then it comes out with both quotation marks which won't work for me. So how do I get it to take the formula and output the text value \"http://myref.com\"
The formula would look like if(A1=0, "Use this", "\"http://myref.com\""). Also tried it with single quotes as in if(A1=0, 'Use this', '\"http://myref.com\"')
Mac Pro, Mac OS X (10.7.2)