Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jose
 
Posts: n/a
Default Use quotation marks in a formula to display a qty in feet and inc.

=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
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Try:

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

HTH
Jason
Atlanta, GA

"Jose" wrote:

=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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Named SUM Formula with relative refernce(s) Werner Rohrmoser Excel Worksheet Functions 2 April 20th 05 04:56 PM
Modifying a Formula To display only Unique Values carl Excel Worksheet Functions 1 April 16th 05 08:17 PM
Values won't display after altering a formula. Mike O Excel Worksheet Functions 1 March 13th 05 11:21 PM
how do I display "meter square" symbol in a formula cell ? lau Excel Worksheet Functions 2 January 28th 05 08:19 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 07:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"