Use quotation marks in a formula to display a qty in feet and inc.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

=if(Price List!f12=0,"9' x 12" wall","9' x 8" wall") I'm trying to display
the 9' x 12" text, but it contains inches(") therefore I get an error message
for using " as inches and " as an operator. Is there a substitute for the "
operator?
Thanks
 
Try:

=IF('Price List'!F12=0,"9' x 12"&CHAR(34)&" wall","9' x 8"&CHAR(34)&" wall")

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top