Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default displaying output of a formula to be in double quotes

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default displaying output of a formula to be in double quotes

=(1+1) & " HELLO WORLD"

--
Gary's Student
gsnu200702


"Mike Scala" wrote:

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default displaying output of a formula to be in double quotes

Try this:

=""""&your_formula&""""

That's 4 quotes on either side of the formula.

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Mike Scala" wrote:

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default displaying output of a formula to be in double quotes

=""""&H6+I6&""""

adds h6 and i6 and adds the quotes

"Mike Scala" wrote:

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default displaying output of a formula to be in double quotes

Format Cell Custom
''General''

the are pars of SINGLE quotes not double before/after
--
Gary's Student
gsnu200702


"Mike Scala" wrote:

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default displaying output of a formula to be in double quotes

Do you mean something like this in say, G1:
=""""&SUM(E1:F1)&""""

If E1:F1 contains the numbers: 1, 2
G1 returns: "3"
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Mike Scala" wrote:
I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default displaying output of a formula to be in double quotes

One more...
=char(34) & a1&b1 & char(34)

Mike Scala wrote:

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default displaying output of a formula to be in double quotes

Obviously, we all just took a guess at what you're working with and came up
with various solutions.

That just emphasizes the importance of including formulas and sample data
when posting questions.

***********
Regards,
Ron

XL2002, WinXP


"Mike Scala" wrote:

I am trying to generate the output of a formula to include the value within
double quotes. Can anyone help, or am I out of luck?
--
Mike Scala

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
Copying cell values to a external file in VBA DJ MC Excel Discussion (Misc queries) 6 September 29th 06 09:07 AM
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
How do you copy a cell formula down a column without displaying n. Coddie Excel Worksheet Functions 4 January 18th 05 02:31 PM


All times are GMT +1. The time now is 03:09 PM.

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

About Us

"It's about Microsoft Excel"