View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Valerie Valerie is offline
external usenet poster
 
Posts: 79
Default Writing formula to include quote marks in result

I have an if/then formula that depending on the contents of a cell I want it
to return one of 3 results. The formula works fine, except I want part of
the text result in quotation marks:

Col "M"
Col "N"

etc. Normal thinking in the formula puts it as
,"Col "M"","Col "N""

but this does not work. Any suggestions? Thanks in advance!